Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::lookup_one_property_internal< T, R TMaybeBase::*, typename enable_if< is_base_of< TMaybeBase, T > >::type > Struct Template Reference

#include <property.hpp>

Public Types

typedef R type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, found=true)
 

Static Public Member Functions

static R & lookup (T &x, R TMaybeBase::*ptr)
 
static const R & lookup (const T &x, R TMaybeBase::*ptr)
 

Member Typedef Documentation

template<typename T , typename TMaybeBase , typename R >
typedef R boost::lookup_one_property_internal< T, R TMaybeBase::*, typename enable_if< is_base_of< TMaybeBase, T > >::type >::type

Member Function Documentation

template<typename T , typename TMaybeBase , typename R >
boost::lookup_one_property_internal< T, R TMaybeBase::*, typename enable_if< is_base_of< TMaybeBase, T > >::type >::BOOST_STATIC_CONSTANT ( bool  ,
found  = true 
)
template<typename T , typename TMaybeBase , typename R >
static R& boost::lookup_one_property_internal< T, R TMaybeBase::*, typename enable_if< is_base_of< TMaybeBase, T > >::type >::lookup ( T x,
R TMaybeBase::*  ptr 
)
inlinestatic

References boost::python::ptr().

template<typename T , typename TMaybeBase , typename R >
static const R& boost::lookup_one_property_internal< T, R TMaybeBase::*, typename enable_if< is_base_of< TMaybeBase, T > >::type >::lookup ( const T x,
R TMaybeBase::*  ptr 
)
inlinestatic

References boost::python::ptr().


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