|
charon-core
0.3.1
|
interface of data management classes More...
#include <charon-core/Slots.h>

Public Member Functions | |
| virtual std::string | getConfig () const =0 |
| get configuration string | |
| virtual T | getData ()=0 |
| read data | |
| virtual void | setData (const T &data)=0 |
| write data More... | |
This part of the interface provides the data I/O functions. Derived classes of this abstract interface are located in the DataManagers namespace.
|
pure virtual |
| [in] | data | data to write |
Implemented in DataManagers::DataManagerParameterFile< T >.