Constructor of a simple (without configuration) object. More...
#include <constructor.hpp>
Public Member Functions | |
virtual | ~SimpleObjectConstructor () |
virtual T * | object () const =0 |
Public Member Functions inherited from _Wolframe::ObjectConstructorBase | |
const char * | objectTypeName () |
virtual | ~ObjectConstructorBase () |
virtual const char * | objectClassName () const =0 |
virtual ObjectType | objectType () const =0 |
The type of the object. Filter, DDL compiler, authentication etc. More... | |
Additional Inherited Members | |
Public Types inherited from _Wolframe::ObjectConstructorBase | |
enum | ObjectType { AUTHENTICATION_OBJECT =0x0010, AUTHORIZATION_OBJECT =0x0020, AUDIT_OBJECT =0x0110, DATABASE_OBJECT =0x0210, JOB_SCHEDULE_OBJECT =0x0220, FILTER_OBJECT =0x0310, FORM_FUNCTION_OBJECT =0x0410, NORMALIZE_FUNCTION_OBJECT =0x0420, CUSTOM_DATA_TYPE_OBJECT =0x0430, DOCTYPE_DETECTOR_OBJECT =0x0510, CMD_HANDLER_OBJECT =0x0610, PROTOCOL_HANDLER_OBJECT =0x0620, PROGRAM_TYPE_OBJECT =0x0710, DDL_COMPILER_OBJECT =0x0720, RUNTIME_ENVIRONMENT_OBJECT =0x0730, TEST_OBJECT =0x9990 } |
Static Public Member Functions inherited from _Wolframe::ObjectConstructorBase | |
static const char * | objectTypeName (ObjectType tp) |
Constructor of a simple (without configuration) object.
|
inlinevirtual |
|
pure virtual |
Implemented in _Wolframe::module::CppFormFunctionConstructor, _Wolframe::module::NormalizeFunctionConstructor, _Wolframe::module::CustomDataTypeConstructor, _Wolframe::module::DoctypeDetectorConstructor, _Wolframe::module::ProgramTypeConstructor, _Wolframe::module::DDLCompilerConstructor, and _Wolframe::module::FilterConstructor.
Copyright © 2014 - Project Wolframe - All Rights Reserved