template<typename T> class ObjectType::DescriptionHelper : public Type::DescriptionHelper<T>
Provides reflection definitions for things reflected by ObjectType and its subclasses.
ObjectType:: | Provides reflection definitions for things reflected by ObjectType and its subclasses. |
Members | |
Functions | Used to help register functions in a reflection definition. |
FunctionCollector Functions
Used to help register functions in a reflection definition.
For example, in a DEFINE_REFLECTION
DEFINE_REFLECTION(Circle) { Functions ("ComputeArea", &Circle::ComputeArea) ("MakeBoundingBox", &Circle::MakeBoundingBox) ; }
Provides reflection definitions for things reflected by ObjectType and its subclasses.
template<typename T> class ObjectType::DescriptionHelper : public Type::DescriptionHelper<T>
class ReflectExport( reflect ) ObjectType : public Type
Used to help register functions in a reflection definition.
FunctionCollector Functions