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

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class Target , class Source >
Target boost::polymorphic_cast (Source *x)
 
template<class Target , class Source >
Target boost::polymorphic_downcast (Source *x)