Class List - 0.9.5 |RTTR
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nrttr
 CargumentThe argument class is used for forwarding arguments to properties or methods
 Carray_mapperThe array_mapper class is a class template to access different array types via one common interface
 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
 CinstanceThe instance class is used for forwarding the instance of an object to invoke a property or method
 CmethodThe method class provides several meta information about a method and can be invoked
 Cparameter_infoThe parameter_info class provides several meta information about a parameter
 CpolicyThe policy class contains all policies that can be used during the registration of reflection information
 CctorThe ctor class groups all policies that can be used during registration of constructors
 CmethThe meth class groups all policies that can be used during registration of methods
 CpropThe prop class groups all policies that can be used during registration of properties
 CpropertyThe property class provides several meta information about a property and gives read/write access to its value
 CregistrationThe registration class is the entry point for the manual registration of reflection information to the type system
 CbindThe bind class is used to chain registration calls
 Cclass_The class_ is used to register classes to RTTR
 CtypeThe type class holds the type information for any arbitrary object
 CvariantThe variant class allows to store data of any type and convert between these types transparently
 Cvariant_array_viewThe variant_array_view describes a class that refers to an array inside a variant
 Cwrapper_mapperThe wrapper_mapper class is a class template to access different wrapper types via one common interface