Jpp
18.2.1
the software that should make you happy
|
Auxiliary data structure for correspondence between nick and full name of calibration types. More...
#include <JSupport.hh>
Public Member Functions | |
getCalibrationType () | |
Default constructor. More... | |
bool | hasNickname (const std::string &type) const |
Has calibration type. More... | |
bool | hasFullname (const std::string &type) const |
Has calibration type. More... | |
const std::string & | getNickname (const std::string &type) const |
Get calibration type. More... | |
const std::string & | getFullname (const std::string &type) const |
Get calibration type. More... | |
Auxiliary data structure for correspondence between nick and full name of calibration types.
Definition at line 59 of file JSon/JSupport.hh.
|
inline |
Default constructor.
Definition at line 65 of file JSon/JSupport.hh.
|
inline |
Has calibration type.
type | full name |
Definition at line 82 of file JSon/JSupport.hh.
|
inline |
Has calibration type.
type | nick name |
Definition at line 97 of file JSon/JSupport.hh.
|
inline |
Get calibration type.
type | full name |
Definition at line 112 of file JSon/JSupport.hh.
|
inline |
Get calibration type.
type | nick name |
Definition at line 132 of file JSon/JSupport.hh.