casa
$Rev:20696$
|
A helper class for the enumeration SBType. More...
#include <CSBType.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 SBTypeMod::SBType. | |
static std::string | name (const SBTypeMod::SBType &e) |
Returns an enumerator as a string. | |
static std::string | toString (const SBTypeMod::SBType &f) |
Equivalent to the name method. | |
static const std::vector < std::string > | names () |
Returns vector of all the enumerators as strings. | |
static SBTypeMod::SBType | newSBType (const std::string &name) |
Create a SBType enumeration object by specifying its name. | |
static SBTypeMod::SBType | literal (const std::string &name) |
static SBTypeMod::SBType | 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 SBTypeMod::SBType. | |
static std::string | name (const SBTypeMod::SBType &e) |
Returns an enumerator as a string. | |
static std::string | toString (const SBTypeMod::SBType &f) |
Equivalent to the name method. | |
static const std::vector < std::string > | names () |
Returns vector of all the enumerators as strings. | |
static SBTypeMod::SBType | newSBType (const std::string &name) |
Create a SBType enumeration object by specifying its name. | |
static SBTypeMod::SBType | literal (const std::string &name) |
static SBTypeMod::SBType | from_int (unsigned int i) |
Static Public Attributes | |
static const std::string & | sOBSERVATORY |
Enumerators as strings. | |
static const std::string & | sOBSERVER |
static const std::string & | sEXPERT |
Private Member Functions | |
CSBType () | |
CSBType (const CSBType &) | |
CSBType & | operator= (const CSBType &) |
CSBType () | |
CSBType (const CSBType &) | |
CSBType & | operator= (const CSBType &) |
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) |
CSBType::CSBType | ( | ) | [private] |
CSBType::CSBType | ( | const CSBType & | ) | [private] |
CSBType::CSBType | ( | ) | [private] |
CSBType::CSBType | ( | const CSBType & | ) | [private] |
static std::string CSBType::badInt | ( | unsigned int | i | ) | [static, private] |
static std::string CSBType::badInt | ( | unsigned int | i | ) | [static, private] |
static std::string CSBType::badString | ( | const std::string & | name | ) | [static, private] |
static std::string CSBType::badString | ( | const std::string & | name | ) | [static, private] |
static SBTypeMod::SBType CSBType::from_int | ( | unsigned int | i | ) | [static] |
Return a SBType's enumerator given an unsigned int.
i | the index of the enumerator in SBTypeMod::SBType. |
a | string containing an error message if no enumerator could be found for this integer. |
static SBTypeMod::SBType CSBType::from_int | ( | unsigned int | i | ) | [static] |
Return a SBType's enumerator given an unsigned int.
i | the index of the enumerator in SBTypeMod::SBType. |
a | string containing an error message if no enumerator could be found for this integer. |
static SBTypeMod::SBType CSBType::literal | ( | const std::string & | name | ) | [static] |
Return a SBType'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 SBTypeMod::SBType CSBType::literal | ( | const std::string & | name | ) | [static] |
Return a SBType'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 CSBType::name | ( | const SBTypeMod::SBType & | e | ) | [static] |
Returns an enumerator as a string.
e | an enumerator of SBTypeMod::SBType. |
static std::string CSBType::name | ( | const SBTypeMod::SBType & | e | ) | [static] |
Returns an enumerator as a string.
e | an enumerator of SBTypeMod::SBType. |
static const std::vector<std::string> CSBType::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> CSBType::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 SBTypeMod::SBType CSBType::newSBType | ( | const std::string & | name | ) | [static] |
Create a SBType enumeration object by specifying its name.
static SBTypeMod::SBType CSBType::newSBType | ( | const std::string & | name | ) | [static] |
Create a SBType enumeration object by specifying its name.
static std::string CSBType::revision | ( | ) | [static] |
Return the revision as a string.
static std::string CSBType::revision | ( | ) | [static] |
Return the revision as a string.
static unsigned int CSBType::size | ( | ) | [static] |
Return the number of enumerators declared in SBTypeMod::SBType.
static unsigned int CSBType::size | ( | ) | [static] |
Return the number of enumerators declared in SBTypeMod::SBType.
static std::string CSBType::toString | ( | const SBTypeMod::SBType & | f | ) | [inline, static] |
static std::string CSBType::toString | ( | const SBTypeMod::SBType & | f | ) | [inline, static] |
static int CSBType::version | ( | ) | [static] |
Return the major version number as an int.
static int CSBType::version | ( | ) | [static] |
Return the major version number as an int.
static const std::string & CSBType::sEXPERT [static] |
static const std::string & CSBType::sOBSERVATORY [static] |
static const std::string & CSBType::sOBSERVER [static] |