2 #ifndef CAssociatedCalNature_H
3 #define CAssociatedCalNature_H
40 #error This is a C++ include file and cannot be used from plain C
50 #include <almaEnumerations_IFC.h>
54 namespace AssociatedCalNatureMod
59 const char *
const revision =
"-1";
60 const int version = 1;
62 enum AssociatedCalNature
67 typedef AssociatedCalNature &AssociatedCalNature_out;
71 namespace AssociatedCalNatureMod {
73 std::istream &
operator >> ( std::istream & in , AssociatedCalNature&
value );
109 static unsigned int size() ;
117 static std::string
name(
const AssociatedCalNatureMod::AssociatedCalNature&
e);
122 static std::string
toString(
const AssociatedCalNatureMod::AssociatedCalNature& f) {
return name(f); }
129 static const std::vector<std::string>
names();
140 static AssociatedCalNatureMod::AssociatedCalNature
literal(
const std::string&
name);
147 static AssociatedCalNatureMod::AssociatedCalNature
from_int(
unsigned int i);
157 static std::string
badInt(
unsigned int i) ;
static const std::string & sASSOCIATED_EXECBLOCK
Enumerators as strings.
static AssociatedCalNatureMod::AssociatedCalNature literal(const std::string &name)
static unsigned int size()
Return the number of enumerators declared in AssociatedCalNatureMod::AssociatedCalNature.
static const std::vector< std::string > names()
Returns vector of all the enumerators as strings.
static std::string revision()
Return the revision as a string.
A helper class for the enumeration AssociatedCalNature.
std::istream & operator>>(std::istream &in, AssociatedCalNature &value)
static std::string badInt(unsigned int i)
static std::string toString(const AssociatedCalNatureMod::AssociatedCalNature &f)
Equivalent to the name method.
static std::string name(const AssociatedCalNatureMod::AssociatedCalNature &e)
Returns an enumerator as a string.
static std::string badString(const std::string &name)
static int version()
Return the major version number as an int.
static AssociatedCalNatureMod::AssociatedCalNature from_int(unsigned int i)
const Double e
e and functions thereof:
CAssociatedCalNature & operator=(const CAssociatedCalNature &)
std::ostream & operator<<(std::ostream &out, const AssociatedCalNature &value)
LatticeExprNode value(const LatticeExprNode &expr)
This function returns the value of the expression without a mask.
static AssociatedCalNatureMod::AssociatedCalNature newAssociatedCalNature(const std::string &name)
Create a AssociatedCalNature enumeration object by specifying its name.