ApplicationClass::DescriptionHelper

template<typename ApplicationType> struct ApplicationClass::DescriptionHelper : public Class::DescriptionHelper<ApplicationType>

Helper class for Application reflection definitions.

Features

ExecutableAdd this feature to reflect a method for running this application type.

See Also

class ReflectExport(reflect) Application : public Dynamic
Base class of “runnable” classes.
template<typename T> class Class::DescriptionHelper : public ObjectType::DescriptionHelper<T>
Used in reflection definitions.
class ReflectExport(reflect) Class : public ObjectType
Defines the reflection support for a type using its class’ DescriptionHelper.
Close