#include <vdbl_alltype.h>
Inheritance diagram for alltype< _T >:


Public Types | |
| typedef _Base::cont_type | cont_type |
| the type of the internally stored data | |
Public Methods | |
| const std::type_info & | get_type () const |
| const cont_type & | content () const |
| bool | operator== (const _Self &p) |
Data stored in this class has to provide a copy constructor, an assignment operator.
Finaly, it would be useful if the stored type has a '<<'operator.
Definition at line 611 of file vdbl_alltype.h.
|
|
This method returns a const reference to the stored data Definition at line 139 of file vdbl_alltype.h. |
|
|
This member function is used for run-time type checking. It returns the @typeid of the @cont_type. Definition at line 134 of file vdbl_alltype.h. |
|
|
The standard comparison operators are mainly used for expressions and selectors. Definition at line 160 of file vdbl_alltype.h. |
1.2.18