Audacity 3.2.0
|
#include <functional>
#include <memory>
#include <optional>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | GlobalVariable< Tag, Type, initializer, ScopedOnly > |
Class template to generate global variables. More... | |
struct | GlobalVariable< Tag, Type, initializer, ScopedOnly >::dummy |
class | GlobalVariable< Tag, Type, initializer, ScopedOnly >::Scope |
RAII guard for temporary installation of a value; movable. More... | |
struct | GlobalVariable< Tag, Type, initializer, ScopedOnly >::Initializer |
Can guarantee that the global variable's lifetime encloses those of other objects of static duration. More... | |
class | GlobalHook< Tag, Signature, Default, Options > |
Global function-valued variable, adding a convenient Call() More... | |
struct | GlobalHook< Tag, Signature, Default, Options >::SubstituteInUnique< Derived > |
Can generate overriding hooks of unique_ptr factories. More... | |
struct | GlobalHook< Tag, Signature, Default, Options >::SubstituteInShared< Derived > |
Can generate overriding hooks of shared_ptr factories. More... | |
class | DefaultedGlobalHook< Tag, DefaultFunction, Options > |