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