dtDAL::NamedVecParameter< ParamType > Class Template Reference

This is a template for the vector types to make reading data from a string easier. More...

#include <namedparameter.h>

Inheritance diagram for dtDAL::NamedVecParameter< ParamType >:

dtDAL::NamedGenericParameter< ParamType > dtDAL::NamedParameter dtDAL::AbstractParameter

List of all members.

Public Member Functions

virtual const std::string ToString () const

Protected Member Functions

 NamedVecParameter (const std::string &name, const ParamType &defaultValue, bool isList=false)
virtual ~NamedVecParameter ()
bool InternalFromString (const std::string &value, unsigned size)


Detailed Description

template<class ParamType>
class dtDAL::NamedVecParameter< ParamType >

This is a template for the vector types to make reading data from a string easier.

Constructor & Destructor Documentation

template<class ParamType>
dtDAL::NamedVecParameter< ParamType >::NamedVecParameter ( const std::string &  name,
const ParamType &  defaultValue,
bool  isList = false 
) [inline, protected]

template<class ParamType>
virtual dtDAL::NamedVecParameter< ParamType >::~NamedVecParameter (  )  [inline, protected, virtual]


Member Function Documentation

template<class ParamType>
virtual const std::string dtDAL::NamedVecParameter< ParamType >::ToString (  )  const [inline, virtual]

Reimplemented from dtDAL::NamedGenericParameter< ParamType >.

template<class ParamType>
bool dtDAL::NamedVecParameter< ParamType >::InternalFromString ( const std::string &  value,
unsigned  size 
) [inline, protected]


http://www.delta3d.org
2.0.0 generated 14 Feb 2008