#include <Any.h>
Public Member Functions | |
| Any () | |
| Any (const Any &rhs) | |
| Any (const char *rhs) | |
| template<class T> | |
| Any (const T &rhs) | |
| virtual | ~Any () |
| Any & | swap (Any &rhs) |
| Any & | reset () |
| Any & | operator= (const Any &rhs) |
| template<class T> | |
| Any & | operator= (const T &rhs) |
| bool | isEmpty () const |
| const std::type_info & | getType () const |
| size_t | getSize () const |
Public Attributes | |
| PlaceHolder * | Content |
Classes | |
| class | Holder |
| class | PlaceHolder |
|
|
|
|
|
|
|
|
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO