Public Member Functions | |
Datum (int val) | |
Datum (double val) | |
Datum (DatumType t, Common::String val) | |
Datum (DatumType t, Common::Array< Common::SharedPtr< Node >> val) | |
int | toInt () |
Public Attributes | |
DatumType | type |
int | i |
double | f |
Common::String | s |
Common::Array< Common::SharedPtr< Node > > | l |