2 #ifndef CSyscalMethod_H
3 #define CSyscalMethod_H
40 #error This is a C++ include file and cannot be used from plain C
50 #include <almaEnumerations_IFC.h>
54 namespace SyscalMethodMod
59 const char *
const revision =
"-1";
60 const int version = 1;
71 typedef SyscalMethod &SyscalMethod_out;
75 namespace SyscalMethodMod {
93 static const std::string&
sSKYDIP;
117 static unsigned int size() ;
125 static std::string
name(
const SyscalMethodMod::SyscalMethod&
e);
130 static std::string
toString(
const SyscalMethodMod::SyscalMethod& f) {
return name(f); }
137 static const std::vector<std::string>
names();
148 static SyscalMethodMod::SyscalMethod
literal(
const std::string&
name);
155 static SyscalMethodMod::SyscalMethod
from_int(
unsigned int i);
165 static std::string
badInt(
unsigned int i) ;
A helper class for the enumeration SyscalMethod.
static const std::vector< std::string > names()
Returns vector of all the enumerators as strings.
static SyscalMethodMod::SyscalMethod from_int(unsigned int i)
std::istream & operator>>(std::istream &in, SyscalMethod &value)
static int version()
Return the major version number as an int.
CSyscalMethod & operator=(const CSyscalMethod &)
std::ostream & operator<<(std::ostream &out, const SyscalMethod &value)
static const std::string & sSIDEBAND_RATIO
static SyscalMethodMod::SyscalMethod newSyscalMethod(const std::string &name)
Create a SyscalMethod enumeration object by specifying its name.
static std::string revision()
Return the revision as a string.
static const std::string & sSKYDIP
static std::string badInt(unsigned int i)
static SyscalMethodMod::SyscalMethod literal(const std::string &name)
static std::string name(const SyscalMethodMod::SyscalMethod &e)
Returns an enumerator as a string.
const Double e
e and functions thereof:
static const std::string & sTEMPERATURE_SCALE
Enumerators as strings.
static std::string badString(const std::string &name)
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.
static std::string toString(const SyscalMethodMod::SyscalMethod &f)
Equivalent to the name method.
static unsigned int size()
Return the number of enumerators declared in SyscalMethodMod::SyscalMethod.