casa
$Rev:20696$
|
A helper class for the enumeration DetectorBandType. More...
#include <CDetectorBandType.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 DetectorBandTypeMod::DetectorBandType. | |
static std::string | name (const DetectorBandTypeMod::DetectorBandType &e) |
Returns an enumerator as a string. | |
static std::string | toString (const DetectorBandTypeMod::DetectorBandType &f) |
Equivalent to the name method. | |
static const std::vector < std::string > | names () |
Returns vector of all the enumerators as strings. | |
static DetectorBandTypeMod::DetectorBandType | newDetectorBandType (const std::string &name) |
Create a DetectorBandType enumeration object by specifying its name. | |
static DetectorBandTypeMod::DetectorBandType | literal (const std::string &name) |
static DetectorBandTypeMod::DetectorBandType | 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 DetectorBandTypeMod::DetectorBandType. | |
static std::string | name (const DetectorBandTypeMod::DetectorBandType &e) |
Returns an enumerator as a string. | |
static std::string | toString (const DetectorBandTypeMod::DetectorBandType &f) |
Equivalent to the name method. | |
static const std::vector < std::string > | names () |
Returns vector of all the enumerators as strings. | |
static DetectorBandTypeMod::DetectorBandType | newDetectorBandType (const std::string &name) |
Create a DetectorBandType enumeration object by specifying its name. | |
static DetectorBandTypeMod::DetectorBandType | literal (const std::string &name) |
static DetectorBandTypeMod::DetectorBandType | from_int (unsigned int i) |
Static Public Attributes | |
static const std::string & | sBASEBAND |
Enumerators as strings. | |
static const std::string & | sDOWN_CONVERTER |
static const std::string & | sHOLOGRAPHY_RECEIVER |
static const std::string & | sSUBBAND |
Private Member Functions | |
CDetectorBandType () | |
CDetectorBandType (const CDetectorBandType &) | |
CDetectorBandType & | operator= (const CDetectorBandType &) |
CDetectorBandType () | |
CDetectorBandType (const CDetectorBandType &) | |
CDetectorBandType & | operator= (const CDetectorBandType &) |
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 DetectorBandType.
Definition at line 87 of file CDetectorBandType.h.
CDetectorBandType::CDetectorBandType | ( | ) | [private] |
CDetectorBandType::CDetectorBandType | ( | const CDetectorBandType & | ) | [private] |
CDetectorBandType::CDetectorBandType | ( | ) | [private] |
CDetectorBandType::CDetectorBandType | ( | const CDetectorBandType & | ) | [private] |
static std::string CDetectorBandType::badInt | ( | unsigned int | i | ) | [static, private] |
static std::string CDetectorBandType::badInt | ( | unsigned int | i | ) | [static, private] |
static std::string CDetectorBandType::badString | ( | const std::string & | name | ) | [static, private] |
static std::string CDetectorBandType::badString | ( | const std::string & | name | ) | [static, private] |
static DetectorBandTypeMod::DetectorBandType CDetectorBandType::from_int | ( | unsigned int | i | ) | [static] |
Return a DetectorBandType's enumerator given an unsigned int.
i | the index of the enumerator in DetectorBandTypeMod::DetectorBandType. |
a | string containing an error message if no enumerator could be found for this integer. |
static DetectorBandTypeMod::DetectorBandType CDetectorBandType::from_int | ( | unsigned int | i | ) | [static] |
Return a DetectorBandType's enumerator given an unsigned int.
i | the index of the enumerator in DetectorBandTypeMod::DetectorBandType. |
a | string containing an error message if no enumerator could be found for this integer. |
static DetectorBandTypeMod::DetectorBandType CDetectorBandType::literal | ( | const std::string & | name | ) | [static] |
Return a DetectorBandType'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 DetectorBandTypeMod::DetectorBandType CDetectorBandType::literal | ( | const std::string & | name | ) | [static] |
Return a DetectorBandType'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 CDetectorBandType::name | ( | const DetectorBandTypeMod::DetectorBandType & | e | ) | [static] |
Returns an enumerator as a string.
e | an enumerator of DetectorBandTypeMod::DetectorBandType. |
static std::string CDetectorBandType::name | ( | const DetectorBandTypeMod::DetectorBandType & | e | ) | [static] |
Returns an enumerator as a string.
e | an enumerator of DetectorBandTypeMod::DetectorBandType. |
static const std::vector<std::string> CDetectorBandType::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> CDetectorBandType::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 DetectorBandTypeMod::DetectorBandType CDetectorBandType::newDetectorBandType | ( | const std::string & | name | ) | [static] |
Create a DetectorBandType enumeration object by specifying its name.
static DetectorBandTypeMod::DetectorBandType CDetectorBandType::newDetectorBandType | ( | const std::string & | name | ) | [static] |
Create a DetectorBandType enumeration object by specifying its name.
CDetectorBandType& CDetectorBandType::operator= | ( | const CDetectorBandType & | ) | [private] |
CDetectorBandType& CDetectorBandType::operator= | ( | const CDetectorBandType & | ) | [private] |
static std::string CDetectorBandType::revision | ( | ) | [static] |
Return the revision as a string.
static std::string CDetectorBandType::revision | ( | ) | [static] |
Return the revision as a string.
static unsigned int CDetectorBandType::size | ( | ) | [static] |
Return the number of enumerators declared in DetectorBandTypeMod::DetectorBandType.
static unsigned int CDetectorBandType::size | ( | ) | [static] |
Return the number of enumerators declared in DetectorBandTypeMod::DetectorBandType.
static std::string CDetectorBandType::toString | ( | const DetectorBandTypeMod::DetectorBandType & | f | ) | [inline, static] |
Equivalent to the name method.
Definition at line 135 of file CDetectorBandType.h.
static std::string CDetectorBandType::toString | ( | const DetectorBandTypeMod::DetectorBandType & | f | ) | [inline, static] |
Equivalent to the name method.
Definition at line 135 of file CDetectorBandType.h.
static int CDetectorBandType::version | ( | ) | [static] |
Return the major version number as an int.
static int CDetectorBandType::version | ( | ) | [static] |
Return the major version number as an int.
static const std::string & CDetectorBandType::sBASEBAND [static] |
Enumerators as strings.
A const string equal to "BASEBAND".
Definition at line 94 of file CDetectorBandType.h.
static const std::string & CDetectorBandType::sDOWN_CONVERTER [static] |
A const string equal to "DOWN_CONVERTER".
Definition at line 96 of file CDetectorBandType.h.
static const std::string & CDetectorBandType::sHOLOGRAPHY_RECEIVER [static] |
A const string equal to "HOLOGRAPHY_RECEIVER".
Definition at line 98 of file CDetectorBandType.h.
static const std::string & CDetectorBandType::sSUBBAND [static] |
A const string equal to "SUBBAND".
Definition at line 100 of file CDetectorBandType.h.