Audio Processing Framework (APF) version 0.5.0
|
Miscellaneous helper classes. More...
#include <utility>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | apf::CRTP< Derived > |
Curiously Recurring Template Pattern (CRTP) base class. More... | |
class | apf::NonCopyable |
Classes derived from this class cannot be copied (but still moved). More... | |
class | apf::BlockParameter< T > |
Hold current and old value of any type. More... | |
Namespaces | |
namespace | apf |
Audio Processing Framework. | |
Macros | |
#define | APF_BLOCKPARAMETER_BOTH_PROXY_OPERATORS(opstring) |
Miscellaneous helper classes.
Definition in file misc.h.
#define APF_BLOCKPARAMETER_BOTH_PROXY_OPERATORS | ( | opstring | ) |