Public Member Functions | |
| DataT () | |
| DataT | operator= (const DataT &aData) |
| DataT (const string &aStr) | |
| If the string is not convertible to an 'int', zero is returned. | |
| bool | operator== (const DataT &aData) const |
| bool | operator< (const DataT &aData) const |
Private Attributes | |
| long | _Int |
Friends | |
| ostream & | operator<< (ostream &aO, const DataT &aData) |
| DataT::DataT | ( | ) | [inline] |
| DataT::DataT | ( | const string & | aStr | ) | [inline, explicit] |
If the string is not convertible to an 'int', zero is returned.
| bool DataT::operator< | ( | const DataT & | aData | ) | const [inline] |
| bool DataT::operator== | ( | const DataT & | aData | ) | const [inline] |
| ostream& operator<< | ( | ostream & | aO, | |
| const DataT & | aData | |||
| ) | [friend] |
long DataT::_Int [private] |
1.4.7