Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::attribute_value_set::const_iterator Class Reference

#include <attribute_value_set.hpp>

Public Types

typedef
attribute_value_set::difference_type 
difference_type
 
typedef
attribute_value_set::value_type 
value_type
 
typedef
attribute_value_set::const_reference 
reference
 
typedef
attribute_value_set::const_pointer 
pointer
 
typedef
std::bidirectional_iterator_tag 
iterator_category
 

Public Member Functions

BOOST_CONSTEXPR const_iterator ()
 
 const_iterator (node_base *n, attribute_value_set *cont) BOOST_NOEXCEPT
 
bool operator== (const_iterator const &that) const BOOST_NOEXCEPT
 
bool operator!= (const_iterator const &that) const BOOST_NOEXCEPT
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 
const_iterator operator++ (int)
 
const_iterator operator-- (int)
 
pointer operator-> () const BOOST_NOEXCEPT
 
reference operator* () const BOOST_NOEXCEPT
 

Member Typedef Documentation

typedef std::bidirectional_iterator_tag boost::attribute_value_set::const_iterator::iterator_category

Constructor & Destructor Documentation

BOOST_CONSTEXPR boost::attribute_value_set::const_iterator::const_iterator ( )
inline
boost::attribute_value_set::const_iterator::const_iterator ( node_base *  n,
attribute_value_set cont 
)
inlineexplicit

Member Function Documentation

bool boost::attribute_value_set::const_iterator::operator!= ( const_iterator const &  that) const
inline
reference boost::attribute_value_set::const_iterator::operator* ( ) const
inline
const_iterator& boost::attribute_value_set::const_iterator::operator++ ( void  )
inline
const_iterator boost::attribute_value_set::const_iterator::operator++ ( int  )
inline
const_iterator& boost::attribute_value_set::const_iterator::operator-- ( void  )
inline
const_iterator boost::attribute_value_set::const_iterator::operator-- ( int  )
inline
pointer boost::attribute_value_set::const_iterator::operator-> ( ) const
inline
bool boost::attribute_value_set::const_iterator::operator== ( const_iterator const &  that) const
inline

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