Wolframe, 0.0.3

_Wolframe::module::RuntimeEnvironmentConstructor Class Reference

Constructor of a runtime environment for executing functions. More...

#include <runtimeEnvironmentConstructor.hpp>

Inheritance diagram for _Wolframe::module::RuntimeEnvironmentConstructor:
_Wolframe::ConfiguredObjectConstructor< langbind::RuntimeEnvironment > _Wolframe::ObjectConstructorBase

Public Member Functions

virtual ~RuntimeEnvironmentConstructor ()
 Destructor. More...
 
virtual
ObjectConstructorBase::ObjectType 
objectType () const
 Get the module object type. More...
 
virtual const char * objectClassName () const
 
- Public Member Functions inherited from _Wolframe::ConfiguredObjectConstructor< langbind::RuntimeEnvironment >
virtual ~ConfiguredObjectConstructor ()
 
virtual
langbind::RuntimeEnvironment
object (const config::NamedConfiguration &conf)=0
 
- Public Member Functions inherited from _Wolframe::ObjectConstructorBase
const char * objectTypeName ()
 
virtual ~ObjectConstructorBase ()
 

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 runtime environment for executing functions.

Constructor & Destructor Documentation

virtual _Wolframe::module::RuntimeEnvironmentConstructor::~RuntimeEnvironmentConstructor ( )
inlinevirtual

Destructor.

Member Function Documentation

virtual const char* _Wolframe::module::RuntimeEnvironmentConstructor::objectClassName ( ) const
inlinevirtual
virtual ObjectConstructorBase::ObjectType _Wolframe::module::RuntimeEnvironmentConstructor::objectType ( ) const
inlinevirtual

Get the module object type.

Returns
the object type

Implements _Wolframe::ObjectConstructorBase.


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