Public Types | |
| enum | Rep { intTp, floatTp, doubleTp, boolTp, stringTp } |
| enum | Form { normal, interval, filename, position, list } |
Public Member Functions | |
| DataType (Rep tp, Form frm=normal) | |
| Rep | rep () const |
| Form | form () const |
| bool | operator== (const DataType &oth) const |
| bool | operator!= (const DataType &oth) const |
Protected Attributes | |
| Rep | rep_ |
| Form | form_ |
| enum DataType::Form |
| enum DataType::Rep |
| Form DataType::form | ( | ) | const [inline] |
| bool DataType::operator!= | ( | const DataType & | oth | ) | const [inline] |
| bool DataType::operator== | ( | const DataType & | oth | ) | const [inline] |
| Rep DataType::rep | ( | ) | const [inline] |
Form DataType::form_ [protected] |
Rep DataType::rep_ [protected] |
1.7.1