Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::converter::detail::pointer_typeid_select< true > Struct Template Reference

#include <pointer_type_id.hpp>

Static Public Member Functions

template<class T >
static type_info execute (T *const volatile &(*)()=0)
 
template<class T >
static type_info execute (T *volatile &(*)()=0)
 
template<class T >
static type_info execute (T *const &(*)()=0)
 
template<class T >
static type_info execute (T *&(*)()=0)
 

Member Function Documentation

template<class T >
static type_info boost::python::converter::detail::pointer_typeid_select< true >::execute ( T *const volatile &  *)( = 0)
inlinestatic
template<class T >
static type_info boost::python::converter::detail::pointer_typeid_select< true >::execute ( T *volatile &  *)( = 0)
inlinestatic
template<class T >
static type_info boost::python::converter::detail::pointer_typeid_select< true >::execute ( T *const &  *)( = 0)
inlinestatic
template<class T >
static type_info boost::python::converter::detail::pointer_typeid_select< true >::execute ( T *&  *)( = 0)
inlinestatic

The documentation for this struct was generated from the following file: