rttr  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NrttrThe namespace for all rttr components
 Cclass_This class is used to register the constructors, properties, methods and enumeration for a certain class ClassType
 CconstructorThe constructor class provides several meta information about a constructor and can be invoked
 CdestructorThe destructor class provides a destructor for registered types
 CenumerationThe enumeration class provides several meta information about an enum
 CmetadataThis class gives access to a constructor of a rttr::type
 CmethodThe method class provides several meta information about a method and can be invoked
 CpropertyThe property class provides several meta information about a property and gives read/write access to its value
 CtypeThis class holds the type information for any arbitrary object
 CvariantAllows to store data of any type and convert between these types transparently
 Cvariant_arrayThe variant_array class is a specialization of a variant, but for array types