A helper class for the enumeration ProcessorSubType.
More...
#include <CProcessorSubType.h>
|
static int | version () |
| Return the major version number as an int. More...
|
|
static std::string | revision () |
| Return the revision as a string. More...
|
|
static unsigned int | size () |
| Return the number of enumerators declared in ProcessorSubTypeMod::ProcessorSubType. More...
|
|
static std::string | name (const ProcessorSubTypeMod::ProcessorSubType &e) |
| Returns an enumerator as a string. More...
|
|
static std::string | toString (const ProcessorSubTypeMod::ProcessorSubType &f) |
| Equivalent to the name method. More...
|
|
static const std::vector
< std::string > | names () |
| Returns vector of all the enumerators as strings. More...
|
|
static
ProcessorSubTypeMod::ProcessorSubType | newProcessorSubType (const std::string &name) |
| Create a ProcessorSubType enumeration object by specifying its name. More...
|
|
static
ProcessorSubTypeMod::ProcessorSubType | literal (const std::string &name) |
|
static
ProcessorSubTypeMod::ProcessorSubType | from_int (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 |
static std::string CProcessorSubType::badInt |
( |
unsigned int |
i | ) |
|
|
staticprivate |
static std::string CProcessorSubType::badString |
( |
const std::string & |
name | ) |
|
|
staticprivate |
static ProcessorSubTypeMod::ProcessorSubType CProcessorSubType::from_int |
( |
unsigned int |
i | ) |
|
|
static |
Return a ProcessorSubType's enumerator given an unsigned int.
- Parameters
-
i | the index of the enumerator in ProcessorSubTypeMod::ProcessorSubType. |
- Returns
- a ProcessorSubTypeMod::ProcessorSubType's enumerator.
- Exceptions
-
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.
- Parameters
-
name | the string representation of the enumerator. |
- Returns
- a ProcessorSubTypeMod::ProcessorSubType's enumerator.
- Exceptions
-
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.
- Parameters
-
e | an enumerator of ProcessorSubTypeMod::ProcessorSubType. |
- Returns
- a string.
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.
- Returns
- a vector of string.
static ProcessorSubTypeMod::ProcessorSubType CProcessorSubType::newProcessorSubType |
( |
const std::string & |
name | ) |
|
|
static |
Create a ProcessorSubType enumeration object by specifying its name.
static std::string CProcessorSubType::revision |
( |
| ) |
|
|
static |
Return the revision as a string.
- Returns
- a string
static unsigned int CProcessorSubType::size |
( |
| ) |
|
|
static |
Return the number of enumerators declared in ProcessorSubTypeMod::ProcessorSubType.
- Returns
- an unsigned int.
static std::string CProcessorSubType::toString |
( |
const ProcessorSubTypeMod::ProcessorSubType & |
f | ) |
|
|
inlinestatic |
static int CProcessorSubType::version |
( |
| ) |
|
|
static |
Return the major version number as an int.
- Returns
- an int.
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.
const std::string& CProcessorSubType::sALMA_RADIOMETER |
|
static |
const std::string& CProcessorSubType::sHOLOGRAPHY |
|
static |
const std::string& CProcessorSubType::sSQUARE_LAW_DETECTOR |
|
static |
The documentation for this class was generated from the following file: