iRoCS Toolbox  1.1.0
Public Member Functions
svt_check::MinimalLoadSaveParameters Class Reference

The MinimalLoadSaveParameters provides a minimal implementation that fulfills the svt_check::RequireLoadSaveParameters interface. More...

#include <MinimalLoadSaveParameters.hh>

Collaboration diagram for svt_check::MinimalLoadSaveParameters:

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...
 

Detailed Description

The MinimalLoadSaveParameters provides a minimal implementation that fulfills the svt_check::RequireLoadSaveParameters interface.

Definition at line 67 of file MinimalLoadSaveParameters.hh.

Member Function Documentation

◆ loadParameters()

template<class STDATA >
void svt_check::MinimalLoadSaveParameters::loadParameters ( STDATA &  stdata)
inline

Load all internal variables of this class from the given structured data object.

Parameters
stdataa structured data object containing the data

Definition at line 80 of file MinimalLoadSaveParameters.hh.

◆ saveParameters()

template<class STDATA >
void svt_check::MinimalLoadSaveParameters::saveParameters ( STDATA &  stdata)
inline

Save all internal variables of this class to the given structured data object.

Parameters
stdataa structured data object containing the data

Definition at line 101 of file MinimalLoadSaveParameters.hh.


The documentation for this class was generated from the following file: