Wolframe, 0.0.3

_Wolframe::module::DDLCompilerConstructor Class Reference

Constructor of a DDL compiler for defining data forms. More...

#include <ddlcompilerBuilder.hpp>

Inheritance diagram for _Wolframe::module::DDLCompilerConstructor:
_Wolframe::SimpleObjectConstructor< langbind::DDLCompiler > _Wolframe::ObjectConstructorBase

Public Member Functions

 DDLCompilerConstructor (const char *classname_, const char *name_, langbind::CreateDDLCompilerFunc createFunc_)
 
virtual ~DDLCompilerConstructor ()
 
virtual
ObjectConstructorBase::ObjectType 
objectType () const
 The type of the object. Filter, DDL compiler, authentication etc. More...
 
virtual const char * objectClassName () const
 
virtual const char * programFileType () const
 
virtual langbind::DDLCompilerobject () const
 
const std::string & name () const
 
- Public Member Functions inherited from _Wolframe::SimpleObjectConstructor< langbind::DDLCompiler >
virtual ~SimpleObjectConstructor ()
 
- Public Member Functions inherited from _Wolframe::ObjectConstructorBase
const char * objectTypeName ()
 
virtual ~ObjectConstructorBase ()
 

Private Attributes

std::string m_classname
 
std::string m_name
 
langbind::CreateDDLCompilerFunc m_createFunc
 

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)
 

Detailed Description

Constructor of a DDL compiler for defining data forms.

Constructor & Destructor Documentation

_Wolframe::module::DDLCompilerConstructor::DDLCompilerConstructor ( const char *  classname_,
const char *  name_,
langbind::CreateDDLCompilerFunc  createFunc_ 
)
inline
virtual _Wolframe::module::DDLCompilerConstructor::~DDLCompilerConstructor ( )
inlinevirtual

Member Function Documentation

const std::string& _Wolframe::module::DDLCompilerConstructor::name ( ) const
inline
virtual langbind::DDLCompiler* _Wolframe::module::DDLCompilerConstructor::object ( ) const
inlinevirtual
virtual const char* _Wolframe::module::DDLCompilerConstructor::objectClassName ( ) const
inlinevirtual
virtual ObjectConstructorBase::ObjectType _Wolframe::module::DDLCompilerConstructor::objectType ( ) const
inlinevirtual

The type of the object. Filter, DDL compiler, authentication etc.

Implements _Wolframe::ObjectConstructorBase.

virtual const char* _Wolframe::module::DDLCompilerConstructor::programFileType ( ) const
inlinevirtual

Member Data Documentation

std::string _Wolframe::module::DDLCompilerConstructor::m_classname
private
langbind::CreateDDLCompilerFunc _Wolframe::module::DDLCompilerConstructor::m_createFunc
private
std::string _Wolframe::module::DDLCompilerConstructor::m_name
private

The documentation for this class was generated from the following file: