#include <iterator_adapter.hpp>
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 |
|
inherited |
|
inherited |
|
inherited |
typedef remove_const<Iterator_>::type boost::fusion::iterator_adapter< Derived_, Iterator_, Category >::iterator_base_type |
|
inline |
|
inlineinherited |
|
inlineinherited |
iterator_base_type boost::fusion::iterator_adapter< Derived_, Iterator_, Category >::iterator_base |