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
CProcessorSubType Class Reference

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

#include <CProcessorSubType.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 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 &)
CProcessorSubTypeoperator= (const CProcessorSubType &)
 CProcessorSubType ()
 CProcessorSubType (const CProcessorSubType &)
CProcessorSubTypeoperator= (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)

Detailed Description

A helper class for the enumeration ProcessorSubType.

Definition at line 87 of file CProcessorSubType.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Parameters:
ithe index of the enumerator in ProcessorSubTypeMod::ProcessorSubType.
Returns:
a ProcessorSubTypeMod::ProcessorSubType's enumerator.
Exceptions:
astring 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.

Parameters:
ithe index of the enumerator in ProcessorSubTypeMod::ProcessorSubType.
Returns:
a ProcessorSubTypeMod::ProcessorSubType's enumerator.
Exceptions:
astring 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:
namethe string representation of the enumerator.
Returns:
a ProcessorSubTypeMod::ProcessorSubType's enumerator.
Exceptions:
astring 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.

Parameters:
namethe string representation of the enumerator.
Returns:
a ProcessorSubTypeMod::ProcessorSubType's enumerator.
Exceptions:
astring 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:
ean enumerator of ProcessorSubTypeMod::ProcessorSubType.
Returns:
a string.
static std::string CProcessorSubType::name ( const ProcessorSubTypeMod::ProcessorSubType &  e) [static]

Returns an enumerator as a string.

Parameters:
ean 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 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 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.

Returns:
a string
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 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) [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.

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

Return the major version number as an int.

Returns:
an int.

Member Data Documentation

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.


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