#include <sstream>
#include <vhdXMLPropertyLoader/vhdXMLPropertyLoader.h>
#include <vhdXMLPropertyLoader/vhdArgSetPropertyFactory.h>
#include <vhdProperty/vhdArgSetProperty.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdContainers/vhdArgSet.h>
#include <vhdExceptions/vhdError.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdIndexOutOfBoundsException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdArgSetPropertyFactory |
Defines | |
#define | _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_Implem::_Implem()" |
#define | _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_Implem::init()" |
#define | _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_Implem::~_Implem()" |
#define | _VHD_METHOD_NAME "vhdArgSetPropertyFactory::vhdArgSetPropertyFactory()" |
#define | _VHD_METHOD_NAME "vhdArgSetPropertyFactory::~vhdArgSetPropertyFactory()" |
#define | _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_buildProperty( const DOM_Node & node)" |
Functions | |
vhdCLASS_TYPE_INIT (vhdArgSetPropertyFactory, vhdPropertyFactory) | |
Variables | |
static const std::string | property = "vhdArgSetProperty" |
static const int | nbflag = 14 |
static const std::string | flaglist [nbflag] |
#define _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_buildProperty( const DOM_Node & node)" |
#define _VHD_METHOD_NAME "vhdArgSetPropertyFactory::~vhdArgSetPropertyFactory()" |
#define _VHD_METHOD_NAME "vhdArgSetPropertyFactory::vhdArgSetPropertyFactory()" |
#define _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_Implem::~_Implem()" |
#define _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_Implem::init()" |
#define _VHD_METHOD_NAME "vhdArgSetPropertyFactory::_Implem::_Implem()" |
vhdCLASS_TYPE_INIT | ( | vhdArgSetPropertyFactory | , | |
vhdPropertyFactory | ||||
) |
Initial value:
{ "bool", "char", "int", "float", "double", "time", "string", "vhdColorRGB", "vhdVector2", "vhdVector3", "vhdVector4", "vhdMatrix3", "vhdMatrix3", "vhdQuaternion"}
const int nbflag = 14 [static] |
const std::string property = "vhdArgSetProperty" [static] |