Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Nrttr | The namespace for all rttr components |
Cclass_ | This class is used to register the constructors, properties, methods and enumeration for a certain class ClassType |
Cconstructor | The constructor class provides several meta information about a constructor and can be invoked |
Cdestructor | The destructor class provides a destructor for registered types |
Cenumeration | The enumeration class provides several meta information about an enum |
Cmetadata | This class gives access to a constructor of a rttr::type |
Cmethod | The method class provides several meta information about a method and can be invoked |
Cproperty | The property class provides several meta information about a property and gives read/write access to its value |
Ctype | This class holds the type information for any arbitrary object |
Cvariant | Allows to store data of any type and convert between these types transparently |
Cvariant_array | The variant_array class is a specialization of a variant, but for array types |