#include <any.hpp>
template<typename ValueType >
| boost::any::any |
( |
const ValueType & |
value | ) |
|
|
inline |
| boost::any::any |
( |
const any & |
other | ) |
|
|
inline |
| boost::any::any |
( |
any && |
other | ) |
|
|
inline |
template<typename ValueType >
| void boost::any::clear |
( |
| ) |
|
|
inline |
| bool boost::any::empty |
( |
| ) |
const |
|
inline |
| any& boost::any::operator= |
( |
const any & |
rhs | ) |
|
|
inline |
| any& boost::any::operator= |
( |
any && |
rhs | ) |
|
|
inline |
template<class ValueType >
| any& boost::any::operator= |
( |
ValueType && |
rhs | ) |
|
|
inline |
| any& boost::any::swap |
( |
any & |
rhs | ) |
|
|
inline |
template<typename ValueType >
| ValueType* any_cast |
( |
any * |
operand | ) |
|
|
friend |
template<typename ValueType >
| ValueType* unsafe_any_cast |
( |
any * |
operand | ) |
|
|
friend |
The documentation for this class was generated from the following file: