Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::iterator_adapter< Derived_, Iterator_, Category > Struct Template Reference

#include <iterator_adapter.hpp>

Inheritance diagram for boost::fusion::iterator_adapter< Derived_, Iterator_, Category >:
Collaboration diagram for boost::fusion::iterator_adapter< Derived_, Iterator_, Category >:

Classes

struct  advance
 
struct  deref
 
struct  distance
 
struct  equal_to
 
struct  next
 
struct  prior
 
struct  value_of
 

Public Types

typedef remove_const
< Iterator_ >::type 
iterator_base_type
 
typedef iterator_facade_tag fusion_tag
 
typedef Derived_ derived_type
 
typedef Category category
 

Public Member Functions

BOOST_FUSION_GPU_ENABLED iterator_adapter (iterator_base_type const &iterator_base_)
 
BOOST_FUSION_GPU_ENABLED
Derived_const & 
cast () const
 
BOOST_FUSION_GPU_ENABLED Derived_ & cast ()
 

Public Attributes

iterator_base_type iterator_base
 

Member Typedef Documentation

typedef Category boost::fusion::iterator_facade< Derived_ , Category >::category
inherited
typedef Derived_ boost::fusion::iterator_facade< Derived_ , Category >::derived_type
inherited
typedef iterator_facade_tag boost::fusion::iterator_facade< Derived_ , Category >::fusion_tag
inherited
template<typename Derived_, typename Iterator_, typename Category = typename Iterator_::category>
typedef remove_const<Iterator_>::type boost::fusion::iterator_adapter< Derived_, Iterator_, Category >::iterator_base_type

Constructor & Destructor Documentation

template<typename Derived_, typename Iterator_, typename Category = typename Iterator_::category>
BOOST_FUSION_GPU_ENABLED boost::fusion::iterator_adapter< Derived_, Iterator_, Category >::iterator_adapter ( iterator_base_type const &  iterator_base_)
inline

Member Function Documentation

BOOST_FUSION_GPU_ENABLED Derived_ const& boost::fusion::iterator_base< Derived_ >::cast ( ) const
inlineinherited
BOOST_FUSION_GPU_ENABLED Derived_ & boost::fusion::iterator_base< Derived_ >::cast ( )
inlineinherited

Member Data Documentation

template<typename Derived_, typename Iterator_, typename Category = typename Iterator_::category>
iterator_base_type boost::fusion::iterator_adapter< Derived_, Iterator_, Category >::iterator_base

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