Constructor base class.
More...
#include <constructor.hpp>
|
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
} |
|
Enumerator |
---|
AUTHENTICATION_OBJECT |
|
AUTHORIZATION_OBJECT |
|
AUDIT_OBJECT |
|
DATABASE_OBJECT |
|
JOB_SCHEDULE_OBJECT |
|
FILTER_OBJECT |
|
FORM_FUNCTION_OBJECT |
|
NORMALIZE_FUNCTION_OBJECT |
|
CUSTOM_DATA_TYPE_OBJECT |
|
DOCTYPE_DETECTOR_OBJECT |
|
CMD_HANDLER_OBJECT |
|
PROTOCOL_HANDLER_OBJECT |
|
PROGRAM_TYPE_OBJECT |
|
DDL_COMPILER_OBJECT |
|
RUNTIME_ENVIRONMENT_OBJECT |
|
TEST_OBJECT |
|
virtual _Wolframe::ObjectConstructorBase::~ObjectConstructorBase |
( |
| ) |
|
|
inlinevirtual |
virtual const char* _Wolframe::ObjectConstructorBase::objectClassName |
( |
| ) |
const |
|
pure virtual |
virtual ObjectType _Wolframe::ObjectConstructorBase::objectType |
( |
| ) |
const |
|
pure virtual |
The type of the object. Filter, DDL compiler, authentication etc.
Implemented in _Wolframe::module::AuthenticationConstructor< UNIT, CONFIG >, _Wolframe::module::CppFormFunctionConstructor, _Wolframe::module::CustomDataTypeConstructor, _Wolframe::module::RuntimeEnvironmentConstructor, _Wolframe::module::NormalizeFunctionConstructor, _Wolframe::module::DoctypeDetectorConstructor, _Wolframe::module::ProgramTypeConstructor, _Wolframe::module::DDLCompilerConstructor, and _Wolframe::module::FilterConstructor.
static const char* _Wolframe::ObjectConstructorBase::objectTypeName |
( |
ObjectType |
tp | ) |
|
|
inlinestatic |
const char* _Wolframe::ObjectConstructorBase::objectTypeName |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: