#include <vhdRuntime/vhdRuntimeSystemConfigProperty.h>
#include <vhdRuntime/vhdRuntimeEngineConfigProperty.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdIndexOutOfBoundsException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdRuntimeSystemConfigProperty::_Impl |
Defines | |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::vhdRuntimeSystemConfigProperty()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::~vhdRuntimeSystemConfigProperty()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::beginConfig(const std::string & runtimeSystemName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::addObligatoryRuntimeEngine( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::addOptionalRuntimeEngine( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::endConfig()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getRuntimeSystemName()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::hasObligatoryRuntimeEngine( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::hasOptionalRuntimeEngine( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getNumberOfObligatoryRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getNumberOfOptionalRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getObligatoryRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getOptionalRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperty( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperties()" |
Functions | |
vhdCLASS_TYPE_INIT (vhdRuntimeSystemConfigProperty, vhdProperty) | |
vhdRuntimeSystemConfigProperty::vhdRuntimeSystemConfigProperty () | |
vhdRuntimeSystemConfigProperty::~vhdRuntimeSystemConfigProperty () | |
void | vhdRuntimeSystemConfigProperty::beginConfig (const std::string &runtimeSystemName) |
void | vhdRuntimeSystemConfigProperty::addObligatoryRuntimeEngine (const std::string &runtimeEngineName) |
void | vhdRuntimeSystemConfigProperty::addOptionalRuntimeEngine (const std::string &runtimeEngineName) |
void | vhdRuntimeSystemConfigProperty::endConfig () |
const std::string & | vhdRuntimeSystemConfigProperty::getRuntimeSystemName () |
vhtBool | vhdRuntimeSystemConfigProperty::hasObligatoryRuntimeEngine (const std::string &runtimeEngineName) |
vhtBool | vhdRuntimeSystemConfigProperty::hasOptionalRuntimeEngine (const std::string &runtimeEngineName) |
vhtSize32 | vhdRuntimeSystemConfigProperty::getNumberOfObligatoryRuntimeEngines () |
vhtSize32 | vhdRuntimeSystemConfigProperty::getNumberOfOptionalRuntimeEngines () |
std::set< std::string > | vhdRuntimeSystemConfigProperty::getObligatoryRuntimeEngines () |
std::set< std::string > | vhdRuntimeSystemConfigProperty::getOptionalRuntimeEngines () |
vhdRuntimeEngineConfigPropertyRef | vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperty (const std::string &runtimeEngineName) |
std::deque< vhdRuntimeEngineConfigPropertyRef > | vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperties () |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperties()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperty( const std::string & runtimeEngineName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getOptionalRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getObligatoryRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getNumberOfOptionalRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getNumberOfObligatoryRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::hasOptionalRuntimeEngine( const std::string & runtimeEngineName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::hasObligatoryRuntimeEngine( const std::string & runtimeEngineName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::getRuntimeSystemName()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::endConfig()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::addOptionalRuntimeEngine( const std::string & runtimeEngineName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::addObligatoryRuntimeEngine( const std::string & runtimeEngineName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::beginConfig(const std::string & runtimeSystemName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::~vhdRuntimeSystemConfigProperty()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystemConfigProperty::vhdRuntimeSystemConfigProperty()" |
vhdCLASS_TYPE_INIT | ( | vhdRuntimeSystemConfigProperty | , | |
vhdProperty | ||||
) |