Classes | |
| class | _Impl |
Functions | |
| vhdRuntimeSystemConfigProperty () | |
| ~vhdRuntimeSystemConfigProperty () | |
| void | beginConfig (const std::string &runtimeSystemName) |
| void | addObligatoryRuntimeEngine (const std::string &runtimeEngineName) |
| void | addOptionalRuntimeEngine (const std::string &runtimeEngineName) |
| void | endConfig () |
| const std::string & | getRuntimeSystemName () |
| vhtBool | hasObligatoryRuntimeEngine (const std::string &runtimeEngineName) |
| vhtBool | hasOptionalRuntimeEngine (const std::string &runtimeEngineName) |
| vhtSize32 | getNumberOfObligatoryRuntimeEngines () |
| vhtSize32 | getNumberOfOptionalRuntimeEngines () |
| std::set< std::string > | getObligatoryRuntimeEngines () |
| std::set< std::string > | getOptionalRuntimeEngines () |
| vhdRuntimeEngineConfigPropertyRef | getRuntimeEngineConfigProperty (const std::string &runtimeEngineName) |
| std::deque< vhdRuntimeEngineConfigPropertyRef > | getRuntimeEngineConfigProperties () |
| void vhdRuntimeSystemConfigProperty::addObligatoryRuntimeEngine | ( | const std::string & | runtimeEngineName | ) |
| void vhdRuntimeSystemConfigProperty::addOptionalRuntimeEngine | ( | const std::string & | runtimeEngineName | ) |
| void vhdRuntimeSystemConfigProperty::beginConfig | ( | const std::string & | runtimeSystemName | ) |
| void vhdRuntimeSystemConfigProperty::endConfig | ( | ) |
| vhtSize32 vhdRuntimeSystemConfigProperty::getNumberOfObligatoryRuntimeEngines | ( | ) |
| vhtSize32 vhdRuntimeSystemConfigProperty::getNumberOfOptionalRuntimeEngines | ( | ) |
| std::set<std::string> vhdRuntimeSystemConfigProperty::getObligatoryRuntimeEngines | ( | ) |
| std::set<std::string> vhdRuntimeSystemConfigProperty::getOptionalRuntimeEngines | ( | ) |
| std::deque<vhdRuntimeEngineConfigPropertyRef> vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperties | ( | ) |
| vhdRuntimeEngineConfigPropertyRef vhdRuntimeSystemConfigProperty::getRuntimeEngineConfigProperty | ( | const std::string & | runtimeEngineName | ) |
| const std::string& vhdRuntimeSystemConfigProperty::getRuntimeSystemName | ( | ) |
| vhtBool vhdRuntimeSystemConfigProperty::hasObligatoryRuntimeEngine | ( | const std::string & | runtimeEngineName | ) |
| vhtBool vhdRuntimeSystemConfigProperty::hasOptionalRuntimeEngine | ( | const std::string & | runtimeEngineName | ) |
| vhdRuntimeSystemConfigProperty::vhdRuntimeSystemConfigProperty | ( | ) |
| vhdRuntimeSystemConfigProperty::~vhdRuntimeSystemConfigProperty | ( | ) |
1.5.1-p1