Bond 0.9
C++ Bond Runtime Library API Documentation
Loading...
Searching...
No Matches
Bond::AutoStack< ValueType >::ConstIterator Class Reference

#include <bond/stl/autostack.h>

Public Member Functions

 ConstIterator ()
 
 ConstIterator (const Element *element)
 
 ConstIterator (const Iterator &iterator)
 
bool operator== (const ConstIterator &other) const
 
bool operator!= (const ConstIterator &other) const
 
const ValueType & operator* () const
 
const ValueType * operator-> () const
 
ConstIteratoroperator++ ()
 
ConstIterator operator++ (int)
 

Constructor & Destructor Documentation

◆ ConstIterator() [1/3]

template<typename ValueType >
Bond::AutoStack< ValueType >::ConstIterator::ConstIterator ( )
inline

◆ ConstIterator() [2/3]

template<typename ValueType >
Bond::AutoStack< ValueType >::ConstIterator::ConstIterator ( const Element element)
inlineexplicit

◆ ConstIterator() [3/3]

template<typename ValueType >
Bond::AutoStack< ValueType >::ConstIterator::ConstIterator ( const Iterator iterator)
inlineexplicit

Member Function Documentation

◆ operator!=()

template<typename ValueType >
bool Bond::AutoStack< ValueType >::ConstIterator::operator!= ( const ConstIterator other) const
inline

◆ operator*()

template<typename ValueType >
const ValueType & Bond::AutoStack< ValueType >::ConstIterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename ValueType >
ConstIterator & Bond::AutoStack< ValueType >::ConstIterator::operator++ ( )
inline

◆ operator++() [2/2]

template<typename ValueType >
ConstIterator Bond::AutoStack< ValueType >::ConstIterator::operator++ ( int  )
inline

◆ operator->()

template<typename ValueType >
const ValueType * Bond::AutoStack< ValueType >::ConstIterator::operator-> ( ) const
inline

◆ operator==()

template<typename ValueType >
bool Bond::AutoStack< ValueType >::ConstIterator::operator== ( const ConstIterator other) const
inline

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