Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
any.hpp File Reference
Include dependency graph for any.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::any
 
class  boost::bad_any_cast
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

void boost::swap (any &lhs, any &rhs) BOOST_NOEXCEPT
 
template<typename ValueType >
ValueType * boost::any_cast (any *operand) BOOST_NOEXCEPT
 
template<typename ValueType >
const ValueType * boost::any_cast (const any *operand) BOOST_NOEXCEPT
 
template<typename ValueType >
ValueType boost::any_cast (any &operand)
 
template<typename ValueType >
ValueType boost::any_cast (const any &operand)
 
template<typename ValueType >
ValueType boost::any_cast (any &&operand)
 
template<typename ValueType >
ValueType * boost::unsafe_any_cast (any *operand) BOOST_NOEXCEPT
 
template<typename ValueType >
const ValueType * boost::unsafe_any_cast (const any *operand) BOOST_NOEXCEPT