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

#include <MinimalStData.hh>

Collaboration diagram for svt_check::MinimalStData:

Public Member Functions

bool exceptionFlag () const
 
template<typename ForwardIter >
void getArray (const std::string &, const ForwardIter &arrBegin, int)
 
unsigned int getArraySize (std::string)
 
template<typename ForwardIter >
void getFVArray (const std::string &key, const ForwardIter &arrBegin, int containerSize=-1)
 
unsigned int getFVArraySize (std::string)
 
void getValue (const std::string &, const bool &)
 
void getValue (const std::string &, const int &)
 
void getValue (const std::string &, const unsigned int &)
 
void getValue (const std::string &, const float &)
 
void getValue (const std::string &, const double &)
 
void getValue (const std::string &, const std::string &)
 
template<typename ForwardIter >
void setArray (const std::string &, const ForwardIter &arrBegin, size_t)
 
void setExceptionFlag (bool)
 
template<typename ForwardIter >
void setFVArray (const std::string &key, const ForwardIter &arrBegin, size_t size)
 
void setValue (const std::string &, const bool &)
 
void setValue (const std::string &, const int &)
 
void setValue (const std::string &, const unsigned int &)
 
void setValue (const std::string &, const float &)
 
void setValue (const std::string &, const double &)
 
void setValue (const std::string &, const std::string &)
 
bool valueExists (const std::string &) const
 

Detailed Description

Definition at line 60 of file MinimalStData.hh.

Member Function Documentation

◆ setExceptionFlag()

void svt_check::MinimalStData::setExceptionFlag ( bool  )
inline

Definition at line 64 of file MinimalStData.hh.

◆ exceptionFlag()

bool svt_check::MinimalStData::exceptionFlag ( ) const
inline

Definition at line 66 of file MinimalStData.hh.

◆ valueExists()

bool svt_check::MinimalStData::valueExists ( const std::string &  ) const
inline

Definition at line 68 of file MinimalStData.hh.

◆ setValue() [1/6]

void svt_check::MinimalStData::setValue ( const std::string &  ,
const bool &   
)
inline

Definition at line 71 of file MinimalStData.hh.

◆ setValue() [2/6]

void svt_check::MinimalStData::setValue ( const std::string &  ,
const int &   
)
inline

Definition at line 72 of file MinimalStData.hh.

◆ setValue() [3/6]

void svt_check::MinimalStData::setValue ( const std::string &  ,
const unsigned int &   
)
inline

Definition at line 73 of file MinimalStData.hh.

◆ setValue() [4/6]

void svt_check::MinimalStData::setValue ( const std::string &  ,
const float &   
)
inline

Definition at line 74 of file MinimalStData.hh.

◆ setValue() [5/6]

void svt_check::MinimalStData::setValue ( const std::string &  ,
const double &   
)
inline

Definition at line 75 of file MinimalStData.hh.

◆ setValue() [6/6]

void svt_check::MinimalStData::setValue ( const std::string &  ,
const std::string &   
)
inline

Definition at line 76 of file MinimalStData.hh.

◆ setArray()

template<typename ForwardIter >
void svt_check::MinimalStData::setArray ( const std::string &  ,
const ForwardIter &  arrBegin,
size_t   
)
inline

Definition at line 79 of file MinimalStData.hh.

◆ setFVArray()

template<typename ForwardIter >
void svt_check::MinimalStData::setFVArray ( const std::string &  key,
const ForwardIter &  arrBegin,
size_t  size 
)
inline

Definition at line 95 of file MinimalStData.hh.

◆ getValue() [1/6]

void svt_check::MinimalStData::getValue ( const std::string &  ,
const bool &   
)
inline

Definition at line 110 of file MinimalStData.hh.

◆ getValue() [2/6]

void svt_check::MinimalStData::getValue ( const std::string &  ,
const int &   
)
inline

Definition at line 111 of file MinimalStData.hh.

◆ getValue() [3/6]

void svt_check::MinimalStData::getValue ( const std::string &  ,
const unsigned int &   
)
inline

Definition at line 112 of file MinimalStData.hh.

◆ getValue() [4/6]

void svt_check::MinimalStData::getValue ( const std::string &  ,
const float &   
)
inline

Definition at line 113 of file MinimalStData.hh.

◆ getValue() [5/6]

void svt_check::MinimalStData::getValue ( const std::string &  ,
const double &   
)
inline

Definition at line 114 of file MinimalStData.hh.

◆ getValue() [6/6]

void svt_check::MinimalStData::getValue ( const std::string &  ,
const std::string &   
)
inline

Definition at line 115 of file MinimalStData.hh.

◆ getArraySize()

unsigned int svt_check::MinimalStData::getArraySize ( std::string  )
inline

Definition at line 117 of file MinimalStData.hh.

◆ getFVArraySize()

unsigned int svt_check::MinimalStData::getFVArraySize ( std::string  )
inline

Definition at line 120 of file MinimalStData.hh.

◆ getArray()

template<typename ForwardIter >
void svt_check::MinimalStData::getArray ( const std::string &  ,
const ForwardIter &  arrBegin,
int   
)
inline

Definition at line 124 of file MinimalStData.hh.

◆ getFVArray()

template<typename ForwardIter >
void svt_check::MinimalStData::getFVArray ( const std::string &  key,
const ForwardIter &  arrBegin,
int  containerSize = -1 
)
inline

Definition at line 134 of file MinimalStData.hh.


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