#include <typeinfo>

Go to the source code of this file.
Classes | |
| struct | detail::bool2type< bool > |
| struct | detail::OptVTable< T > |
| struct | detail::VTable< T > |
Namespaces | |
| namespace | detail |
Functions | |
| template<class T > | |
| vptr_type | detail::base_vtable (const T *x) |
| template<class T > | |
| vptr_type | detail::vtable (const T *x) |
| template<class T > | |
| vptr_type | detail::vtable_select (bool2type< 0 >, const T *=0) |
| template<class T > | |
| vptr_type | detail::vtable_select (bool2type< 1 >, const T *=0) |