frepple::utils::DataElement Class Reference
This abstract class represents a attribute and value pair for updating objects in frePPLe.
More...
#include <utils.h>
List of all members.
Detailed Description
This abstract class represents a attribute and value pair for updating objects in frePPLe.
It is instantiated in the XMLElement and PythonObject classes.
Definition at line 2464 of file utils.h.
Constructor & Destructor Documentation
| virtual frepple::utils::DataElement::~DataElement |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual bool frepple::utils::DataElement::getBool |
( |
|
) |
const [inline, virtual] |
| virtual Date frepple::utils::DataElement::getDate |
( |
|
) |
const [inline, virtual] |
| virtual double frepple::utils::DataElement::getDouble |
( |
|
) |
const [inline, virtual] |
| virtual int frepple::utils::DataElement::getInt |
( |
|
) |
const [inline, virtual] |
| virtual long frepple::utils::DataElement::getLong |
( |
|
) |
const [inline, virtual] |
| virtual string frepple::utils::DataElement::getString |
( |
|
) |
const [inline, virtual] |
| virtual TimePeriod frepple::utils::DataElement::getTimeperiod |
( |
|
) |
const [inline, virtual] |
| virtual unsigned long frepple::utils::DataElement::getUnsignedLong |
( |
|
) |
const [inline, virtual] |
| virtual frepple::utils::DataElement::operator bool |
( |
|
) |
const [inline, virtual] |
| void frepple::utils::DataElement::operator>> |
( |
string & |
val |
) |
const [inline] |
| void frepple::utils::DataElement::operator>> |
( |
Date & |
val |
) |
const [inline] |
| void frepple::utils::DataElement::operator>> |
( |
double & |
val |
) |
const [inline] |
| void frepple::utils::DataElement::operator>> |
( |
int & |
val |
) |
const [inline] |
| void frepple::utils::DataElement::operator>> |
( |
bool & |
v |
) |
const [inline] |
| void frepple::utils::DataElement::operator>> |
( |
TimePeriod & |
val |
) |
const [inline] |
| void frepple::utils::DataElement::operator>> |
( |
long & |
val |
) |
const [inline] |
| void frepple::utils::DataElement::operator>> |
( |
unsigned long int & |
val |
) |
const [inline] |
The documentation for this class was generated from the following file: