vhdArgSet.cpp File Reference

#include <sstream>
#include <vhdContainers/vhdArgSet.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdNoSuchElementException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>

Defines

#define _VHD_METHOD_NAME   "vhdArgSet::vhdArgSet()"
#define _VHD_METHOD_NAME   "vhdArgSet::~vhdArgSet()"
#define _VHD_METHOD_NAME   "vhdArgSet::_createExceptionMsg( const char * methodSignature, const char * callingMethodSignature, const char * msg)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt8( vhtUInt32 argTypeID, const std::string & argName, vhtUInt8 argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt16( vhtUInt32 argTypeID, const std::string & argName, vhtUInt16 argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt32( vhtUInt32 argTypeID, const std::string & argName, vhtUInt32 argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt32( vhtUInt32 argTypeID, const std::string & argName, vhtUInt32 argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setFloat( vhtUInt32 argTypeID, const std::string & argName, vhtFloat argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setDouble( vhtUInt32 argTypeID, const std::string & argName, vhtDouble argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setString( vhtUInt32 argTypeID, const std::string & argName, const std::string & argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setVoidPtr( vhtUInt32 argTypeID, const std::string & argName, void * argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_setVHDVoidRef( vhtUInt32 argTypeID, const std::string & argName, vhdVoidRef argValue, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt8( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt16( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt32( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt64( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getFloat( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getDouble( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getString( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getVoidPtr( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::_getVoidPtr( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"
#define _VHD_METHOD_NAME   "vhdArgSet::getNumberOfArgs()"
#define _VHD_METHOD_NAME   "vhdArgSet::hasArg( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getArgType( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::removeArg( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getArgSet()"
#define _VHD_METHOD_NAME   "vhdArgSet::cloneArgSet()"
#define _VHD_METHOD_NAME   "vhdArgSet::clone()"
#define _VHD_METHOD_NAME   "vhdArgSet::setColorRGB(const std::string & argName, const vhdColorRGB & argValue)"
#define _VHD_METHOD_NAME   "setVector2(const std::string & argName, const vhdVector2 & argValue)"
#define _VHD_METHOD_NAME   "setVector3(const std::string & argName, const vhdVector3 & argValue)"
#define _VHD_METHOD_NAME   "setVector4(const std::string & argName, const vhdVector4 & argValue)"
#define _VHD_METHOD_NAME   "setMatrix3(const std::string & argName, const vhdMatrix3 & argValue)"
#define _VHD_METHOD_NAME   "setMatrix4(const std::string & argName, const vhdMatrix4 & argValue)"
#define _VHD_METHOD_NAME   "setQuaternion(const std::string & argName, const vhdQuaternion & argValue)"
#define _VHD_METHOD_NAME   "vhdArgSet::getColorRGB( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getVector2( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getVector3( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getVector4( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getMatrix3( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getMatrix4( const std::string & argName)"
#define _VHD_METHOD_NAME   "vhdArgSet::getQuaternion( const std::string & argName)"

Functions

 vhdCLASS_TYPE_INIT (vhdArgSet, vhdObject) vhdArgSet

Define Documentation

#define _VHD_METHOD_NAME   "vhdArgSet::getQuaternion( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getMatrix4( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getMatrix3( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getVector4( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getVector3( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getVector2( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getColorRGB( const std::string & argName)"

#define _VHD_METHOD_NAME   "setQuaternion(const std::string & argName, const vhdQuaternion & argValue)"

#define _VHD_METHOD_NAME   "setMatrix4(const std::string & argName, const vhdMatrix4 & argValue)"

#define _VHD_METHOD_NAME   "setMatrix3(const std::string & argName, const vhdMatrix3 & argValue)"

#define _VHD_METHOD_NAME   "setVector4(const std::string & argName, const vhdVector4 & argValue)"

#define _VHD_METHOD_NAME   "setVector3(const std::string & argName, const vhdVector3 & argValue)"

#define _VHD_METHOD_NAME   "setVector2(const std::string & argName, const vhdVector2 & argValue)"

#define _VHD_METHOD_NAME   "vhdArgSet::setColorRGB(const std::string & argName, const vhdColorRGB & argValue)"

#define _VHD_METHOD_NAME   "vhdArgSet::clone()"

#define _VHD_METHOD_NAME   "vhdArgSet::cloneArgSet()"

#define _VHD_METHOD_NAME   "vhdArgSet::getArgSet()"

#define _VHD_METHOD_NAME   "vhdArgSet::removeArg( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getArgType( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::hasArg( const std::string & argName)"

#define _VHD_METHOD_NAME   "vhdArgSet::getNumberOfArgs()"

#define _VHD_METHOD_NAME   "vhdArgSet::_getVoidPtr( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getVoidPtr( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getString( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getDouble( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getFloat( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt64( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt32( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt16( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_getUInt8( vhtUInt32 argTypeID, const std::string & argName, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setVHDVoidRef( vhtUInt32 argTypeID, const std::string & argName, vhdVoidRef argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setVoidPtr( vhtUInt32 argTypeID, const std::string & argName, void * argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setString( vhtUInt32 argTypeID, const std::string & argName, const std::string & argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setDouble( vhtUInt32 argTypeID, const std::string & argName, vhtDouble argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setFloat( vhtUInt32 argTypeID, const std::string & argName, vhtFloat argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt32( vhtUInt32 argTypeID, const std::string & argName, vhtUInt32 argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt32( vhtUInt32 argTypeID, const std::string & argName, vhtUInt32 argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt16( vhtUInt32 argTypeID, const std::string & argName, vhtUInt16 argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_setUInt8( vhtUInt32 argTypeID, const std::string & argName, vhtUInt8 argValue, const char * callingMethodSignature)"

#define _VHD_METHOD_NAME   "vhdArgSet::_createExceptionMsg( const char * methodSignature, const char * callingMethodSignature, const char * msg)"

#define _VHD_METHOD_NAME   "vhdArgSet::~vhdArgSet()"

#define _VHD_METHOD_NAME   "vhdArgSet::vhdArgSet()"


Function Documentation

vhdCLASS_TYPE_INIT ( vhdArgSet  ,
vhdObject   
)


Generated on Thu Jan 18 10:06:10 2007 for vhdPLUS by  doxygen 1.5.1-p1