#include <CAccumMode.h>
Definition at line 61 of file CAccumMode.h.
Static Public Member Functions | |
| static string | badString (const string &name) |
| static string | badInt (unsigned int i) |
| static const std::vector< std::string > | sAccumModeSet () |
| static const std::vector< std::string > | hAccumModeSet () |
| static bool | isNumber () |
| Is an integer number associated with the AccumMode enumeration? | |
| static bool | isHelp () |
| Is a help text associated with the AccumMode enumeration? | |
| static std::string | name (const AccumModeMod::AccumMode &f) |
| Get the string name associated with the specified AccumMode enumeration. | |
| static std::string | toString (const AccumModeMod::AccumMode &f) |
| static std::string | help (const AccumModeMod::AccumMode &f) |
| Get the help text associated with the specified AccumMode enumeration. | |
| static AccumModeMod::AccumMode | newAccumMode (const std::string &name) |
| Create a AccumMode enumeration object by specifying its name. | |
| static AccumModeMod::AccumMode | literal (const std::string &name) |
| Create a AccumMode enumeration object by specifying its name. | |
| static AccumModeMod::AccumMode | from_int (unsigned int i) |
| Create a AccumMode enumeration object by specifying its position index (0 based). | |
Static Public Attributes | |
| static const std::string & | sALMA_FAST |
| Names associated with the AccumMode enumeration. | |
| static const std::string & | sALMA_NORMAL |
| static const std::string & | hALMA_FAST |
| Explanations associated with the AccumMode Enumeration. | |
| static const std::string & | hALMA_NORMAL |
Private Member Functions | |
| CAccumMode () | |
| CAccumMode (const CAccumMode &) | |
| CAccumMode & | operator= (const CAccumMode &) |
| CAccumMode::CAccumMode | ( | ) | [private] |
| CAccumMode::CAccumMode | ( | const CAccumMode & | ) | [private] |
| static string CAccumMode::badString | ( | const string & | name | ) | [static] |
| static string CAccumMode::badInt | ( | unsigned int | i | ) | [static] |
| static const std::vector<std::string> CAccumMode::sAccumModeSet | ( | ) | [static] |
| static const std::vector<std::string> CAccumMode::hAccumModeSet | ( | ) | [static] |
| static bool CAccumMode::isNumber | ( | ) | [inline, static] |
Is an integer number associated with the AccumMode enumeration?
Definition at line 88 of file CAccumMode.h.
| static bool CAccumMode::isHelp | ( | ) | [inline, static] |
Is a help text associated with the AccumMode enumeration?
Definition at line 92 of file CAccumMode.h.
| static std::string CAccumMode::name | ( | const AccumModeMod::AccumMode & | f | ) | [static] |
Get the string name associated with the specified AccumMode enumeration.
| static std::string CAccumMode::toString | ( | const AccumModeMod::AccumMode & | f | ) | [inline, static] |
Definition at line 97 of file CAccumMode.h.
| static std::string CAccumMode::help | ( | const AccumModeMod::AccumMode & | f | ) | [static] |
Get the help text associated with the specified AccumMode enumeration.
| static AccumModeMod::AccumMode CAccumMode::newAccumMode | ( | const std::string & | name | ) | [static] |
Create a AccumMode enumeration object by specifying its name.
| static AccumModeMod::AccumMode CAccumMode::literal | ( | const std::string & | name | ) | [static] |
Create a AccumMode enumeration object by specifying its name.
| static AccumModeMod::AccumMode CAccumMode::from_int | ( | unsigned int | i | ) | [static] |
Create a AccumMode enumeration object by specifying its position index (0 based).
| CAccumMode& CAccumMode::operator= | ( | const CAccumMode & | ) | [private] |
const std::string& CAccumMode::sALMA_FAST [static] |
const std::string& CAccumMode::sALMA_NORMAL [static] |
Definition at line 70 of file CAccumMode.h.
const std::string& CAccumMode::hALMA_FAST [static] |
const std::string& CAccumMode::hALMA_NORMAL [static] |
Definition at line 81 of file CAccumMode.h.
1.5.1