#include <pany.h>
Public Member Functions | |
| Any () | |
| Any (const Any &val) | |
| template<typename ValueType> | Any (const ValueType &val) |
| ~Any () | |
| Any & | swap (Any &rhs) |
| template<typename ValueType> Any & | operator= (const ValueType &rhs) |
| Any & | operator= (const Any &rhs) |
| bool | empty () const |
| const std::type_info & | type () const |
Friends | |
| template<typename ValueType> ValueType * | any_cast (Any *val) |
| Cast from any to type. | |
| std::ostream & | operator<< (std::ostream &os, const Any &val) |
| Any stream output operator. | |
Definition at line 35 of file pany.h.
|
|
Definition at line 37 of file pany.h. Referenced by operator=(). |
|
|
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 69 of file pany.h. References Any(). |
|
||||||||||
|
Definition at line 63 of file pany.h. References Any(). |
|
|
Definition at line 56 of file pany.h. References m_data. |
|
|
|
|
||||||||||
|
Cast from any to type.
|
|
||||||||||||
|
Any stream output operator.
|
1.3.3