casa
$Rev:20696$
|
A helper class for the enumeration CorrelatorCalibration. More...
#include <CCorrelatorCalibration.h>
Static Public Member Functions | |
static int | version () |
Return the major version number as an int. | |
static std::string | revision () |
Return the revision as a string. | |
static unsigned int | size () |
Return the number of enumerators declared in CorrelatorCalibrationMod::CorrelatorCalibration. | |
static std::string | name (const CorrelatorCalibrationMod::CorrelatorCalibration &e) |
Returns an enumerator as a string. | |
static std::string | toString (const CorrelatorCalibrationMod::CorrelatorCalibration &f) |
Equivalent to the name method. | |
static const std::vector < std::string > | names () |
Returns vector of all the enumerators as strings. | |
static CorrelatorCalibrationMod::CorrelatorCalibration | newCorrelatorCalibration (const std::string &name) |
Create a CorrelatorCalibration enumeration object by specifying its name. | |
static CorrelatorCalibrationMod::CorrelatorCalibration | literal (const std::string &name) |
static CorrelatorCalibrationMod::CorrelatorCalibration | from_int (unsigned int i) |
static int | version () |
Return the major version number as an int. | |
static std::string | revision () |
Return the revision as a string. | |
static unsigned int | size () |
Return the number of enumerators declared in CorrelatorCalibrationMod::CorrelatorCalibration. | |
static std::string | name (const CorrelatorCalibrationMod::CorrelatorCalibration &e) |
Returns an enumerator as a string. | |
static std::string | toString (const CorrelatorCalibrationMod::CorrelatorCalibration &f) |
Equivalent to the name method. | |
static const std::vector < std::string > | names () |
Returns vector of all the enumerators as strings. | |
static CorrelatorCalibrationMod::CorrelatorCalibration | newCorrelatorCalibration (const std::string &name) |
Create a CorrelatorCalibration enumeration object by specifying its name. | |
static CorrelatorCalibrationMod::CorrelatorCalibration | literal (const std::string &name) |
static CorrelatorCalibrationMod::CorrelatorCalibration | from_int (unsigned int i) |
Static Public Attributes | |
static const std::string & | sNONE |
Enumerators as strings. | |
static const std::string & | sCORRELATOR_CALIBRATION |
static const std::string & | sREAL_OBSERVATION |
Private Member Functions | |
CCorrelatorCalibration () | |
CCorrelatorCalibration (const CCorrelatorCalibration &) | |
CCorrelatorCalibration & | operator= (const CCorrelatorCalibration &) |
CCorrelatorCalibration () | |
CCorrelatorCalibration (const CCorrelatorCalibration &) | |
CCorrelatorCalibration & | operator= (const CCorrelatorCalibration &) |
Static Private Member Functions | |
static std::string | badString (const std::string &name) |
static std::string | badInt (unsigned int i) |
static std::string | badString (const std::string &name) |
static std::string | badInt (unsigned int i) |
A helper class for the enumeration CorrelatorCalibration.
Definition at line 85 of file CCorrelatorCalibration.h.
CCorrelatorCalibration::CCorrelatorCalibration | ( | ) | [private] |
CCorrelatorCalibration::CCorrelatorCalibration | ( | const CCorrelatorCalibration & | ) | [private] |
CCorrelatorCalibration::CCorrelatorCalibration | ( | ) | [private] |
CCorrelatorCalibration::CCorrelatorCalibration | ( | const CCorrelatorCalibration & | ) | [private] |
static std::string CCorrelatorCalibration::badInt | ( | unsigned int | i | ) | [static, private] |
static std::string CCorrelatorCalibration::badInt | ( | unsigned int | i | ) | [static, private] |
static std::string CCorrelatorCalibration::badString | ( | const std::string & | name | ) | [static, private] |
static std::string CCorrelatorCalibration::badString | ( | const std::string & | name | ) | [static, private] |
static CorrelatorCalibrationMod::CorrelatorCalibration CCorrelatorCalibration::from_int | ( | unsigned int | i | ) | [static] |
Return a CorrelatorCalibration's enumerator given an unsigned int.
i | the index of the enumerator in CorrelatorCalibrationMod::CorrelatorCalibration. |
a | string containing an error message if no enumerator could be found for this integer. |
static CorrelatorCalibrationMod::CorrelatorCalibration CCorrelatorCalibration::from_int | ( | unsigned int | i | ) | [static] |
Return a CorrelatorCalibration's enumerator given an unsigned int.
i | the index of the enumerator in CorrelatorCalibrationMod::CorrelatorCalibration. |
a | string containing an error message if no enumerator could be found for this integer. |
static CorrelatorCalibrationMod::CorrelatorCalibration CCorrelatorCalibration::literal | ( | const std::string & | name | ) | [static] |
Return a CorrelatorCalibration's enumerator given a string.
name | the string representation of the enumerator. |
a | string containing an error message if no enumerator could be found for this name. |
static CorrelatorCalibrationMod::CorrelatorCalibration CCorrelatorCalibration::literal | ( | const std::string & | name | ) | [static] |
Return a CorrelatorCalibration's enumerator given a string.
name | the string representation of the enumerator. |
a | string containing an error message if no enumerator could be found for this name. |
static std::string CCorrelatorCalibration::name | ( | const CorrelatorCalibrationMod::CorrelatorCalibration & | e | ) | [static] |
Returns an enumerator as a string.
e | an enumerator of CorrelatorCalibrationMod::CorrelatorCalibration. |
static std::string CCorrelatorCalibration::name | ( | const CorrelatorCalibrationMod::CorrelatorCalibration & | e | ) | [static] |
Returns an enumerator as a string.
e | an enumerator of CorrelatorCalibrationMod::CorrelatorCalibration. |
static const std::vector<std::string> CCorrelatorCalibration::names | ( | ) | [static] |
Returns vector of all the enumerators as strings.
The strings are stored in the vector in the same order than the enumerators are declared in the enumeration.
static const std::vector<std::string> CCorrelatorCalibration::names | ( | ) | [static] |
Returns vector of all the enumerators as strings.
The strings are stored in the vector in the same order than the enumerators are declared in the enumeration.
static CorrelatorCalibrationMod::CorrelatorCalibration CCorrelatorCalibration::newCorrelatorCalibration | ( | const std::string & | name | ) | [static] |
Create a CorrelatorCalibration enumeration object by specifying its name.
static CorrelatorCalibrationMod::CorrelatorCalibration CCorrelatorCalibration::newCorrelatorCalibration | ( | const std::string & | name | ) | [static] |
Create a CorrelatorCalibration enumeration object by specifying its name.
CCorrelatorCalibration& CCorrelatorCalibration::operator= | ( | const CCorrelatorCalibration & | ) | [private] |
CCorrelatorCalibration& CCorrelatorCalibration::operator= | ( | const CCorrelatorCalibration & | ) | [private] |
static std::string CCorrelatorCalibration::revision | ( | ) | [static] |
Return the revision as a string.
static std::string CCorrelatorCalibration::revision | ( | ) | [static] |
Return the revision as a string.
static unsigned int CCorrelatorCalibration::size | ( | ) | [static] |
Return the number of enumerators declared in CorrelatorCalibrationMod::CorrelatorCalibration.
static unsigned int CCorrelatorCalibration::size | ( | ) | [static] |
Return the number of enumerators declared in CorrelatorCalibrationMod::CorrelatorCalibration.
static std::string CCorrelatorCalibration::toString | ( | const CorrelatorCalibrationMod::CorrelatorCalibration & | f | ) | [inline, static] |
Equivalent to the name method.
Definition at line 131 of file CCorrelatorCalibration.h.
static std::string CCorrelatorCalibration::toString | ( | const CorrelatorCalibrationMod::CorrelatorCalibration & | f | ) | [inline, static] |
Equivalent to the name method.
Definition at line 131 of file CCorrelatorCalibration.h.
static int CCorrelatorCalibration::version | ( | ) | [static] |
Return the major version number as an int.
static int CCorrelatorCalibration::version | ( | ) | [static] |
Return the major version number as an int.
static const std::string & CCorrelatorCalibration::sCORRELATOR_CALIBRATION [static] |
A const string equal to "CORRELATOR_CALIBRATION".
Definition at line 94 of file CCorrelatorCalibration.h.
static const std::string & CCorrelatorCalibration::sNONE [static] |
Enumerators as strings.
A const string equal to "NONE".
Definition at line 92 of file CCorrelatorCalibration.h.
static const std::string & CCorrelatorCalibration::sREAL_OBSERVATION [static] |
A const string equal to "REAL_OBSERVATION".
Definition at line 96 of file CCorrelatorCalibration.h.