#include <stdlib.h>
#include <vhdXMLPropertyLoader/vhdSysConfigPropertyFactory.h>
#include <vhdProperty/vhdClockConfigProperty.h>
#include <vhdProperty/vhdSearchPathsProperty.h>
#include <vhdProperty/vhdSysConfigProperty.h>
#include <vhdFundamental/vhdSearchPaths.h>
#include <vhdFundamental/vhdClock.h>
#include <vhdFundamental/vhdSys.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdExceptions/vhdError.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdIndexOutOfBoundsException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdSysConfigPropertyFactory::_Impl |
class | vhdSysConfigPropertyFactory::_Impl::_Params |
Defines | |
#define | _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_Impl::_Impl()" |
#define | _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_Impl::~_Impl()" |
#define | _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_Impl::init()" |
#define | _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::vhdSysConfigPropertyFactory()" |
#define | _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::~vhdSysConfigPropertyFactory()" |
#define | _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_buildProperty( const DOM_Node & node)" |
#define | _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::::_postBuildStep(vhdPropertyRef builtProperty)" |
Functions | |
vhdCLASS_TYPE_INIT (vhdSysConfigPropertyFactory, vhdPropertyFactory) | |
Variables | |
static const std::string | property = "vhdSysConfigProperty" |
static const int | nbflag = 2 |
static const std::string | flaglist [nbflag] = {"searchPaths", "simClock"} |
#define _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::::_postBuildStep(vhdPropertyRef builtProperty)" |
#define _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_buildProperty( const DOM_Node & node)" |
#define _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::~vhdSysConfigPropertyFactory()" |
#define _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::vhdSysConfigPropertyFactory()" |
#define _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_Impl::init()" |
#define _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_Impl::~_Impl()" |
#define _VHD_METHOD_NAME "vhdSysConfigPropertyFactory::_Impl::_Impl()" |
vhdCLASS_TYPE_INIT | ( | vhdSysConfigPropertyFactory | , | |
vhdPropertyFactory | ||||
) |
const int nbflag = 2 [static] |
const std::string property = "vhdSysConfigProperty" [static] |