#include <CommonEnviromentParseElement.h>
Public Types | |
enum | Rvalue_type { NUMERIC, ALPHA, NUMERIC, ALPHA } |
enum | Rvalue_type { NUMERIC, ALPHA, NUMERIC, ALPHA } |
Public Member Functions | |
CommonEnviromentParseElement (std::string key, double rvalue) | |
Ctor. | |
CommonEnviromentParseElement (std::string key, std::string rvalue) | |
Ctor. | |
CommonEnviromentParseElement (const CommonEnviromentParseElement &rhs) | |
Copy ctor. | |
virtual | ~CommonEnviromentParseElement () |
Dtor. | |
CommonEnviromentParseElement & | operator= (const CommonEnviromentParseElement &rhs) |
Copy operator. | |
bool | operator== (const CommonEnviromentParseElement &e) const |
Equality operator. | |
bool | operator!= (const CommonEnviromentParseElement &e) const |
Inequality operator. | |
Rvalue_type | Type () const |
Give the rvaluse type. | |
std::string | Lvalue () const |
The lvalue or name of this element. | |
double | Numeric () const |
The numeric value of this element. | |
std::string | Alpha () const |
The alpha value of this element. | |
CommonEnviromentParseElement (string key, double rvalue) | |
Ctor. | |
CommonEnviromentParseElement (string key, string rvalue) | |
Ctor. | |
CommonEnviromentParseElement (const CommonEnviromentParseElement &rhs) | |
Copy ctor. | |
virtual | ~CommonEnviromentParseElement () |
Dtor. | |
CommonEnviromentParseElement & | operator= (const CommonEnviromentParseElement &rhs) |
Copy operator. | |
bool | operator== (const CommonEnviromentParseElement &e) const |
Equality operator. | |
bool | operator!= (const CommonEnviromentParseElement &e) const |
Inequality operator. | |
Rvalue_type | type () const |
Give the rvaluse type. | |
string | lvalue () const |
The lvalue or name of this element. | |
double | numeric () const |
The numeric value of this element. | |
string | alpha () const |
The alpha value of this element. |
Definition at line 15 of file C++/Common/Enviroment/CommonEnviromentParseElement.h.
Definition at line 20 of file C++/Common/Enviroment/CommonEnviromentParseElement.h.
Definition at line 16 of file Java/Common/Enviroment/CommonEnviromentParseElement.h.
CommonEnviromentParseElement::CommonEnviromentParseElement | ( | std::string | key, | |
double | rvalue | |||
) |
Ctor.
key | The key, name or lvalue of this element. | |
rvalue | The numeric value of this element. |
CommonEnviromentParseElement::CommonEnviromentParseElement | ( | std::string | key, | |
std::string | rvalue | |||
) |
Ctor.
key | The key, name or lvalue of this element. | |
rvalue | The alpha value of this element. |
CommonEnviromentParseElement::CommonEnviromentParseElement | ( | const CommonEnviromentParseElement & | rhs | ) |
Copy ctor.
rhs | The right hand side element. |
virtual CommonEnviromentParseElement::~CommonEnviromentParseElement | ( | ) | [virtual] |
Dtor.
CommonEnviromentParseElement::CommonEnviromentParseElement | ( | string | key, | |
double | rvalue | |||
) |
Ctor.
key | The key, name or lvalue of this element. | |
rvalue | The numeric value of this element. |
CommonEnviromentParseElement::CommonEnviromentParseElement | ( | string | key, | |
string | rvalue | |||
) |
Ctor.
key | The key, name or lvalue of this element. | |
rvalue | The alpha value of this element. |
CommonEnviromentParseElement::CommonEnviromentParseElement | ( | const CommonEnviromentParseElement & | rhs | ) |
Copy ctor.
rhs | The right hand side element. |
virtual CommonEnviromentParseElement::~CommonEnviromentParseElement | ( | ) | [virtual] |
Dtor.
CommonEnviromentParseElement& CommonEnviromentParseElement::operator= | ( | const CommonEnviromentParseElement & | rhs | ) |
Copy operator.
rhs | The right hand side element. |
bool CommonEnviromentParseElement::operator== | ( | const CommonEnviromentParseElement & | e | ) | const |
Equality operator.
e | The element to test against this object. |
bool CommonEnviromentParseElement::operator!= | ( | const CommonEnviromentParseElement & | e | ) | const |
Inequality operator.
e | The element to test against this object. |
Rvalue_type CommonEnviromentParseElement::Type | ( | ) | const |
Give the rvaluse type.
std::string CommonEnviromentParseElement::Lvalue | ( | ) | const |
The lvalue or name of this element.
double CommonEnviromentParseElement::Numeric | ( | ) | const |
The numeric value of this element.
std::string CommonEnviromentParseElement::Alpha | ( | ) | const |
The alpha value of this element.
CommonEnviromentParseElement& CommonEnviromentParseElement::operator= | ( | const CommonEnviromentParseElement & | rhs | ) |
Copy operator.
rhs | The right hand side element. |
bool CommonEnviromentParseElement::operator== | ( | const CommonEnviromentParseElement & | e | ) | const |
Equality operator.
e | The element to test against this object. |
bool CommonEnviromentParseElement::operator!= | ( | const CommonEnviromentParseElement & | e | ) | const |
Inequality operator.
e | The element to test against this object. |
Rvalue_type CommonEnviromentParseElement::type | ( | ) | const |
Give the rvaluse type.
string CommonEnviromentParseElement::lvalue | ( | ) | const |
The lvalue or name of this element.
double CommonEnviromentParseElement::numeric | ( | ) | const |
The numeric value of this element.
string CommonEnviromentParseElement::alpha | ( | ) | const |
The alpha value of this element.