Audacity 3.2.0
Classes | Enumerations
WrappedType.h File Reference
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ teWrappedType

Enumerator
eWrappedNotSet 
eWrappedString 
eWrappedInt 
eWrappedDouble 
eWrappedBool 
eWrappedEnum 

Definition at line 15 of file WrappedType.h.

16{
23};
@ eWrappedNotSet
Definition: WrappedType.h:17
@ eWrappedDouble
Definition: WrappedType.h:20
@ eWrappedEnum
Definition: WrappedType.h:22
@ eWrappedInt
Definition: WrappedType.h:19
@ eWrappedBool
Definition: WrappedType.h:21
@ eWrappedString
Definition: WrappedType.h:18