Overview     Modules     Class Hierarchy     Classes     Members  

tlp::DataSet Struct Reference

#include <Reflect.h>

List of all members.


Detailed Description

A container which allows insertion of different types. The inserted data must have a copy-constructor well done

Public Member Functions


Constructor & Destructor Documentation

tlp::DataSet::DataSet (  )  [inline]

tlp::DataSet::DataSet ( const DataSet set  ) 

tlp::DataSet::~DataSet (  ) 


Member Function Documentation

DataSet& tlp::DataSet::operator= ( const DataSet set  ) 

template<typename T>
bool tlp::DataSet::get ( const std::string &  str,
T &  value 
) const [inline]

Returns a copy of the value of the variable with name str. Type are checked in Debug Mode. If the variable str doesn't exist return false else true.

template<typename T>
bool tlp::DataSet::getAndFree ( const std::string &  str,
T &  value 
) [inline]

Returns a copy of the value of the variable with name str. Type are checked in Debug Mode. If the variable str doesn't exist return false else true. The data is removed after the call.

template<typename T>
void tlp::DataSet::set ( const std::string &  str,
const T &  value 
) [inline]

Set the value of the variable str.

bool tlp::DataSet::exist ( const std::string &  str  )  const

return true if str exists else false.

Iterator< std::pair<std::string, DataType*> >* tlp::DataSet::getValues (  )  const

Return an iterator on all values



Tulip Software by LaBRI Visualization Team    2001 - 2007