Public Member Functions | |
| Type (const std::string &value) throw (TypeCastException) | |
| Type (double value) throw () | |
| Type (const Type &other) throw () | |
| Type & | operator= (const Type &other) throw () |
|
std::map< std::string, std::shared_ptr< BasicVariant > > * | get_object () throw () |
Static Public Attributes | |
| static const boost::regex | Pattern |
Definition at line 26 of file Type.h.
1.6.1