Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::range_detail_microsoft::customization< ::CTypedPtrList< BaseClass, PtrType > >::meta< X > Struct Template Reference

#include <mfc.hpp>

Public Types

typedef remove_pointer
< PtrType >::type 
val_t
 
typedef list_iterator< X,
val_t *const, val_t *const > 
mutable_iterator
 
typedef list_iterator< X const,
val_t const *const, val_t
const *const > 
const_iterator
 

Member Typedef Documentation

template<class BaseClass , class PtrType >
template<class X >
typedef list_iterator<X const, val_t const * const, val_t const * const> boost::range_detail_microsoft::customization< ::CTypedPtrList< BaseClass, PtrType > >::meta< X >::const_iterator
template<class BaseClass , class PtrType >
template<class X >
typedef list_iterator<X, val_t * const, val_t * const> boost::range_detail_microsoft::customization< ::CTypedPtrList< BaseClass, PtrType > >::meta< X >::mutable_iterator
template<class BaseClass , class PtrType >
template<class X >
typedef remove_pointer<PtrType>::type boost::range_detail_microsoft::customization< ::CTypedPtrList< BaseClass, PtrType > >::meta< X >::val_t

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