List of all members.
Classes |
| class | holder |
| class | placeholder |
Public Member Functions |
|
template<typename ValueType > |
| | Any (const ValueType &value) |
|
| Any (const Any &other) |
|
Any & | swap (Any &rhs) |
|
template<typename ValueType > |
| Any & | operator= (const ValueType &rhs) |
|
Any & | operator= (Any rhs) |
|
bool | empty () const |
|
const std::type_info & | type () const |
|
bool | operator== (const Any &rhs) const |
|
bool | operator!= (const Any &rhs) const |
Friends |
|
class | boost::serialization::access |
|
template<typename ValueType > |
| ValueType * | any_cast (Any *) |
|
template<typename ValueType > |
| ValueType * | unsafe_any_cast (Any *) |
Detailed Description
Definition at line 59 of file any.h.
The documentation for this class was generated from the following file: