QxOrm
1.5.0
C++ Object Relational Mapping library
|
Public Member Functions | |
holder (const ValueType &value) | |
virtual type_check | type () const |
virtual placeholder * | clone () const |
Public Attributes | |
ValueType | held |
Private Member Functions | |
holder & | operator= (const holder &) |
qx::any::holder< ValueType >::holder | ( | const ValueType & | value | ) | [inline] |
virtual placeholder* qx::any::holder< ValueType >::clone | ( | ) | const [inline, virtual] |
Implements qx::any::placeholder.
holder& qx::any::holder< ValueType >::operator= | ( | const holder< ValueType > & | ) | [private] |
virtual type_check qx::any::holder< ValueType >::type | ( | ) | const [inline, virtual] |
Implements qx::any::placeholder.
ValueType qx::any::holder< ValueType >::held |