#include <vhdRuntimeEngineConfigProperty.h>
Inheritance diagram for vhdRuntimeEngineConfigProperty:
Public Member Functions | |
vhdRuntimeEngineConfigProperty () | |
virtual | ~vhdRuntimeEngineConfigProperty () |
void | beginConfig (const std::string &runtimeEngineName) |
void | addService (const std::string &serviceClassName, const std::string &serviceName) |
void | endConfig () |
const std::string & | getRuntimeEngineName () |
vhtSize32 | getNumberOfServices (const std::string &serviceClassName="", const std::string &serviceName="") |
std::deque< ServiceInfo > | getServices () |
vhdSearchPathsPropertyRef | getSearchPathsProperty () |
vhdTimeManagerConfigPropertyRef | getTimeManagerConfigProperty () |
vhdServiceSchedulerConfigPropertyRef | getServiceSchedulerConfigProperty () |
vhdServiceConfigPropertyRef | getServiceConfigProperty (const std::string &serviceClassName, const std::string &serviceName="") |
std::deque< vhdServiceConfigPropertyRef > | getServiceConfigProperties () |
Private Attributes | |
vhdCLASS_TYPE | |
_Impl * | _impl |
Classes | |
class | _Impl |
struct | ServiceInfo |
vhdRuntimeEngineConfigProperty::vhdRuntimeEngineConfigProperty | ( | ) |
vhdRuntimeEngineConfigProperty::~vhdRuntimeEngineConfigProperty | ( | ) | [virtual] |
void vhdRuntimeEngineConfigProperty::beginConfig | ( | const std::string & | runtimeEngineName | ) |
void vhdRuntimeEngineConfigProperty::addService | ( | const std::string & | serviceClassName, | |
const std::string & | serviceName | |||
) |
void vhdRuntimeEngineConfigProperty::endConfig | ( | ) |
const std::string & vhdRuntimeEngineConfigProperty::getRuntimeEngineName | ( | ) |
vhtSize32 vhdRuntimeEngineConfigProperty::getNumberOfServices | ( | const std::string & | serviceClassName = "" , |
|
const std::string & | serviceName = "" | |||
) |
std::deque< vhdRuntimeEngineConfigProperty::ServiceInfo > vhdRuntimeEngineConfigProperty::getServices | ( | ) |
vhdSearchPathsPropertyRef vhdRuntimeEngineConfigProperty::getSearchPathsProperty | ( | ) |
vhdTimeManagerConfigPropertyRef vhdRuntimeEngineConfigProperty::getTimeManagerConfigProperty | ( | ) |
vhdServiceSchedulerConfigPropertyRef vhdRuntimeEngineConfigProperty::getServiceSchedulerConfigProperty | ( | ) |
vhdServiceConfigPropertyRef vhdRuntimeEngineConfigProperty::getServiceConfigProperty | ( | const std::string & | serviceClassName, | |
const std::string & | serviceName = "" | |||
) |
std::deque< vhdServiceConfigPropertyRef > vhdRuntimeEngineConfigProperty::getServiceConfigProperties | ( | ) |
_Impl* vhdRuntimeEngineConfigProperty::_impl [private] |