Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Crttr::argumentThe argument class is used for forwarding arguments to properties or methods
 Crttr::array_mapper< T >The array_mapper class is a class template to access different array types via one common interface
 Cbase_class
 Crttr::registration::bind< T >The bind class is used to chain registration calls
 Crttr::registration::class_< Class_Type >The class_ is used to register classes to RTTR
 Crttr::constructorThe constructor class provides several meta information about a constructor and can be invoked
 Crttr::policy::ctorThe ctor class groups all policies that can be used during registration of constructors
 Crttr::destructorThe destructor class provides a destructor for registered types
 Crttr::enumerationThe enumeration class provides several meta information about an enum
 Crttr::instanceThe instance class is used for forwarding the instance of an object to invoke a property or method
 Crttr::policy::methThe meth class groups all policies that can be used during registration of methods
 Crttr::methodThe method class provides several meta information about a method and can be invoked
 Crttr::parameter_infoThe parameter_info class provides several meta information about a parameter
 Crttr::policyThe policy class contains all policies that can be used during the registration of reflection information
 Crttr::policy::propThe prop class groups all policies that can be used during registration of properties
 Crttr::propertyThe property class provides several meta information about a property and gives read/write access to its value
 Crttr::registrationThe registration class is the entry point for the manual registration of reflection information to the type system
 Crttr::typeThe type class holds the type information for any arbitrary object
 Crttr::variantThe variant class allows to store data of any type and convert between these types transparently
 Crttr::variant_array_viewThe variant_array_view describes a class that refers to an array inside a variant
 Crttr::wrapper_mapper< T >The wrapper_mapper class is a class template to access different wrapper types via one common interface