casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions | Static Public Attributes | Private Member Functions | Static Private Member Functions
CAtmPhaseCorrection Class Reference

A helper class for the enumeration AtmPhaseCorrection. More...

#include <CAtmPhaseCorrection.h>

List of all members.

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 AtmPhaseCorrectionMod::AtmPhaseCorrection.
static std::string name (const AtmPhaseCorrectionMod::AtmPhaseCorrection &e)
 Returns an enumerator as a string.
static std::string toString (const AtmPhaseCorrectionMod::AtmPhaseCorrection &f)
 Equivalent to the name method.
static const std::vector
< std::string > 
names ()
 Returns vector of all the enumerators as strings.
static
AtmPhaseCorrectionMod::AtmPhaseCorrection 
newAtmPhaseCorrection (const std::string &name)
 Create a AtmPhaseCorrection enumeration object by specifying its name.
static
AtmPhaseCorrectionMod::AtmPhaseCorrection 
literal (const std::string &name)
static
AtmPhaseCorrectionMod::AtmPhaseCorrection 
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 AtmPhaseCorrectionMod::AtmPhaseCorrection.
static std::string name (const AtmPhaseCorrectionMod::AtmPhaseCorrection &e)
 Returns an enumerator as a string.
static std::string toString (const AtmPhaseCorrectionMod::AtmPhaseCorrection &f)
 Equivalent to the name method.
static const std::vector
< std::string > 
names ()
 Returns vector of all the enumerators as strings.
static
AtmPhaseCorrectionMod::AtmPhaseCorrection 
newAtmPhaseCorrection (const std::string &name)
 Create a AtmPhaseCorrection enumeration object by specifying its name.
static
AtmPhaseCorrectionMod::AtmPhaseCorrection 
literal (const std::string &name)
static
AtmPhaseCorrectionMod::AtmPhaseCorrection 
from_int (unsigned int i)

Static Public Attributes

static const std::string & sAP_UNCORRECTED
 Enumerators as strings.
static const std::string & sAP_CORRECTED

Private Member Functions

 CAtmPhaseCorrection ()
 CAtmPhaseCorrection (const CAtmPhaseCorrection &)
CAtmPhaseCorrectionoperator= (const CAtmPhaseCorrection &)
 CAtmPhaseCorrection ()
 CAtmPhaseCorrection (const CAtmPhaseCorrection &)
CAtmPhaseCorrectionoperator= (const CAtmPhaseCorrection &)

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)

Detailed Description

A helper class for the enumeration AtmPhaseCorrection.

Definition at line 83 of file CAtmPhaseCorrection.h.


Constructor & Destructor Documentation


Member Function Documentation

static std::string CAtmPhaseCorrection::badInt ( unsigned int  i) [static, private]
static std::string CAtmPhaseCorrection::badInt ( unsigned int  i) [static, private]
static std::string CAtmPhaseCorrection::badString ( const std::string &  name) [static, private]
static std::string CAtmPhaseCorrection::badString ( const std::string &  name) [static, private]
static AtmPhaseCorrectionMod::AtmPhaseCorrection CAtmPhaseCorrection::from_int ( unsigned int  i) [static]

Return a AtmPhaseCorrection's enumerator given an unsigned int.

Parameters:
ithe index of the enumerator in AtmPhaseCorrectionMod::AtmPhaseCorrection.
Returns:
a AtmPhaseCorrectionMod::AtmPhaseCorrection's enumerator.
Exceptions:
astring containing an error message if no enumerator could be found for this integer.
static AtmPhaseCorrectionMod::AtmPhaseCorrection CAtmPhaseCorrection::from_int ( unsigned int  i) [static]

Return a AtmPhaseCorrection's enumerator given an unsigned int.

Parameters:
ithe index of the enumerator in AtmPhaseCorrectionMod::AtmPhaseCorrection.
Returns:
a AtmPhaseCorrectionMod::AtmPhaseCorrection's enumerator.
Exceptions:
astring containing an error message if no enumerator could be found for this integer.
static AtmPhaseCorrectionMod::AtmPhaseCorrection CAtmPhaseCorrection::literal ( const std::string &  name) [static]

Return a AtmPhaseCorrection's enumerator given a string.

Parameters:
namethe string representation of the enumerator.
Returns:
a AtmPhaseCorrectionMod::AtmPhaseCorrection's enumerator.
Exceptions:
astring containing an error message if no enumerator could be found for this name.
static AtmPhaseCorrectionMod::AtmPhaseCorrection CAtmPhaseCorrection::literal ( const std::string &  name) [static]

Return a AtmPhaseCorrection's enumerator given a string.

Parameters:
namethe string representation of the enumerator.
Returns:
a AtmPhaseCorrectionMod::AtmPhaseCorrection's enumerator.
Exceptions:
astring containing an error message if no enumerator could be found for this name.
static std::string CAtmPhaseCorrection::name ( const AtmPhaseCorrectionMod::AtmPhaseCorrection &  e) [static]

Returns an enumerator as a string.

Parameters:
ean enumerator of AtmPhaseCorrectionMod::AtmPhaseCorrection.
Returns:
a string.
static std::string CAtmPhaseCorrection::name ( const AtmPhaseCorrectionMod::AtmPhaseCorrection &  e) [static]

Returns an enumerator as a string.

Parameters:
ean enumerator of AtmPhaseCorrectionMod::AtmPhaseCorrection.
Returns:
a string.
static const std::vector<std::string> CAtmPhaseCorrection::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 const std::vector<std::string> CAtmPhaseCorrection::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 AtmPhaseCorrectionMod::AtmPhaseCorrection CAtmPhaseCorrection::newAtmPhaseCorrection ( const std::string &  name) [static]

Create a AtmPhaseCorrection enumeration object by specifying its name.

static AtmPhaseCorrectionMod::AtmPhaseCorrection CAtmPhaseCorrection::newAtmPhaseCorrection ( const std::string &  name) [static]

Create a AtmPhaseCorrection enumeration object by specifying its name.

CAtmPhaseCorrection& CAtmPhaseCorrection::operator= ( const CAtmPhaseCorrection ) [private]
CAtmPhaseCorrection& CAtmPhaseCorrection::operator= ( const CAtmPhaseCorrection ) [private]
static std::string CAtmPhaseCorrection::revision ( ) [static]

Return the revision as a string.

Returns:
a string
static std::string CAtmPhaseCorrection::revision ( ) [static]

Return the revision as a string.

Returns:
a string
static unsigned int CAtmPhaseCorrection::size ( ) [static]

Return the number of enumerators declared in AtmPhaseCorrectionMod::AtmPhaseCorrection.

Returns:
an unsigned int.
static unsigned int CAtmPhaseCorrection::size ( ) [static]

Return the number of enumerators declared in AtmPhaseCorrectionMod::AtmPhaseCorrection.

Returns:
an unsigned int.
static std::string CAtmPhaseCorrection::toString ( const AtmPhaseCorrectionMod::AtmPhaseCorrection &  f) [inline, static]

Equivalent to the name method.

Definition at line 127 of file CAtmPhaseCorrection.h.

static std::string CAtmPhaseCorrection::toString ( const AtmPhaseCorrectionMod::AtmPhaseCorrection &  f) [inline, static]

Equivalent to the name method.

Definition at line 127 of file CAtmPhaseCorrection.h.

static int CAtmPhaseCorrection::version ( ) [static]

Return the major version number as an int.

Returns:
an int.
static int CAtmPhaseCorrection::version ( ) [static]

Return the major version number as an int.

Returns:
an int.

Member Data Documentation

static const std::string & CAtmPhaseCorrection::sAP_CORRECTED [static]

A const string equal to "AP_CORRECTED".

Definition at line 92 of file CAtmPhaseCorrection.h.

static const std::string & CAtmPhaseCorrection::sAP_UNCORRECTED [static]

Enumerators as strings.

A const string equal to "AP_UNCORRECTED".

Definition at line 90 of file CAtmPhaseCorrection.h.


The documentation for this class was generated from the following files: