|
STK++ 0.9.13
|
Interface class wrapping a data set. More...
#include <STK_IDataBridge.h>

Public Member Functions | |
| IDataBridge (std::string const &idData) | |
| default constructor. | |
| IDataBridge (IDataBridge const &bridge) | |
| copy constructor (Warning: will copy the data set) | |
| virtual | ~IDataBridge () |
| destructor | |
| std::string const & | idData () const |
| return the Id of the mixture | |
Private Attributes | |
| std::string | idData_ |
| Id data of the mixture. | |
Interface class wrapping a data set.
Every data set wrapped by the end-user has to furnish an Id identifying it.
Definition at line 46 of file STK_IDataBridge.h.
|
inline |
default constructor.
User must provide with the data set an Id
Definition at line 68 of file STK_IDataBridge.h.
|
inline |
copy constructor (Warning: will copy the data set)
| bridge | the DataBridge to copy |
Definition at line 73 of file STK_IDataBridge.h.
|
inlinevirtual |
|
inline |
|
private |