EHS Embedded HTTP Server
1.5.1.0
|
87 int GetInt() {
return (
int)(*this); }
90 operator unsigned long ( );
99 operator std::string ( );
102 operator const char * ( );
Datum()
Default constructor.
Datum & operator=(const Datum &other)
Assignment operator.
int GetInt()
explicit accessor for int
const char * GetCharString()
explicit accessor for const char *
bool operator==(const char *ipsString)
equality operator for const char * string
class that makes it easy to go between numbers and strings
std::string sDatum
holds the data in string form
bool operator!=(int)
inequality operator to test against int
Datum(const Datum &other)
Copy constructor.