AnimatLab
2
Test
|
Declares the standard variant class. More...
Go to the source code of this file.
Classes | |
class | StdUtils::CStdVariant |
Standard variant type. More... | |
Namespaces | |
StdUtils | |
Namespace for the standard utility objects. | |
Enumerations | |
enum | StdUtils::StdVariantType { StdVtEmpty = -1, StdVtShort = 0, StdVtLong = 1, StdVtFloat = 2, StdVtDouble = 3, StdVtBool = 4, StdVtChar = 5, StdVtUChar = 6, StdVtUShort = 7, StdVtULong = 8, StdVtInt = 9, StdVtUInt = 10, StdVtString = 11 } |
Values that represent StdVariantType. | |
Declares the standard variant class.
Definition in file StdVariant.h.