Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | WrappedType |
Used in type conversions, this wrapper for ints, strings, doubles and enums provides conversions between all the types. Functions that work on wrapped types can quickly be reused to work on any of these types. This cuts out a lot of repetitive code. More... | |
Enumerations | |
enum | teWrappedType { eWrappedNotSet , eWrappedString , eWrappedInt , eWrappedDouble , eWrappedBool , eWrappedEnum } |
enum teWrappedType |
Enumerator | |
---|---|
eWrappedNotSet | |
eWrappedString | |
eWrappedInt | |
eWrappedDouble | |
eWrappedBool | |
eWrappedEnum |
Definition at line 15 of file WrappedType.h.