Mercurial > hg > piper-cpp
comparison vamp-support/PluginHandleMapper.h @ 276:8c8b5fe47b33
Tidy
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 17 Oct 2018 15:43:18 +0100 |
parents | 7ada63fe1084 |
children | de5dc40f1830 |
comparison
equal
deleted
inserted
replaced
275:292ec9b50280 | 276:8c8b5fe47b33 |
---|---|
80 | 80 |
81 /** | 81 /** |
82 * Look up and return the plugin for a given handle. | 82 * Look up and return the plugin for a given handle. |
83 * If the given handle is INVALID_HANDLE or not known, return nullptr. | 83 * If the given handle is INVALID_HANDLE or not known, return nullptr. |
84 */ | 84 */ |
85 virtual Vamp::Plugin *handleToPlugin(Handle) const noexcept = 0; | 85 virtual Vamp::Plugin *handleToPlugin(Handle) const noexcept = 0; |
86 | 86 |
87 /** | 87 /** |
88 * Return a shared pointer to a PluginOutputIdMapper | 88 * Return a shared pointer to a PluginOutputIdMapper |
89 * implementation for the given plugin pointer. If the given | 89 * implementation for the given plugin pointer. If the given |
90 * pointer is null or not known, return the null shared_ptr. | 90 * pointer is null or not known, return the null shared_ptr. |