iRoCS Toolbox
1.1.0
|
The MinimalLoadSaveParameters provides a minimal implementation that fulfills the svt_check::RequireLoadSaveParameters interface. More...
#include <MinimalLoadSaveParameters.hh>
Public Member Functions | |
template<class STDATA > | |
void | loadParameters (STDATA &stdata) |
Load all internal variables of this class from the given structured data object. More... | |
template<class STDATA > | |
void | saveParameters (STDATA &stdata) |
Save all internal variables of this class to the given structured data object. More... | |
The MinimalLoadSaveParameters provides a minimal implementation that fulfills the svt_check::RequireLoadSaveParameters interface.
Definition at line 67 of file MinimalLoadSaveParameters.hh.
|
inline |
Load all internal variables of this class from the given structured data object.
stdata | a structured data object containing the data |
Definition at line 80 of file MinimalLoadSaveParameters.hh.
|
inline |
Save all internal variables of this class to the given structured data object.
stdata | a structured data object containing the data |
Definition at line 101 of file MinimalLoadSaveParameters.hh.