#include <vhdRuntimeEngineConfigPropertyFactory.h>
Inheritance diagram for vhdRuntimeEngineConfigPropertyFactory:
Public Member Functions | |
vhdRuntimeEngineConfigPropertyFactory () | |
virtual | ~vhdRuntimeEngineConfigPropertyFactory () |
virtual std::string | getPropertyFactoryName () |
Protected Member Functions | |
virtual bool | _preBuildInit (void) |
virtual vhdPropertyRef | _buildProperty (const DOM_Node &node, int recurrencyDepth) |
Private Attributes | |
vhdCLASS_TYPE | |
_Impl * | _impl |
Classes | |
class | _Impl |
vhdRuntimeEngineConfigPropertyFactory::vhdRuntimeEngineConfigPropertyFactory | ( | ) |
vhdRuntimeEngineConfigPropertyFactory::~vhdRuntimeEngineConfigPropertyFactory | ( | ) | [virtual] |
bool vhdRuntimeEngineConfigPropertyFactory::_preBuildInit | ( | void | ) | [protected, virtual] |
Reimplemented from vhdPropertyFactory.
vhdPropertyRef vhdRuntimeEngineConfigPropertyFactory::_buildProperty | ( | const DOM_Node & | node, | |
int | recurrencyDepth | |||
) | [protected, virtual] |
Reimplemented from vhdPropertyFactory.
virtual std::string vhdRuntimeEngineConfigPropertyFactory::getPropertyFactoryName | ( | ) | [inline, virtual] |
Reimplemented from vhdPropertyFactory.
Reimplemented from vhdPropertyFactory.