Inheritance diagram for value::holder< T >:

Public Member Functions | |
| holder (const T &o) | |
| holder (const holder< T > &h) | |
| virtual contentholder * | clone () const |
| virtual const std::type_info & | type () const |
| void * | operator new (unsigned int size) |
| void | operator delete (void *p) |
Public Attributes | |
| T | obj |
Definition at line 132 of file _value.h.
|
||||||||||
|
Definition at line 139 of file _value.h. Referenced by value::holder< T >::clone(). |
|
||||||||||
|
|
|
|||||||||
|
Implements value::contentholder. Definition at line 150 of file _value.h. References value::holder< T >::holder(). |
|
|||||||||
|
Implements value::contentholder. |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
1.4.6