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

#include <bond/stl/autostack.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ Iterator() [1/2]

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

◆ Iterator() [2/2]

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

Member Function Documentation

◆ operator!=()

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

◆ operator*()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

◆ operator->()

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

◆ operator==()

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

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