#include <OWBI1_Enumeration.hpp>
Collaboration diagram for OWBI1::Enumeration_input_iterator< T >:

Public Types | |
| typedef Enumeration< T > | enumeration_type |
| typedef std::input_iterator_tag | iterator_category |
| typedef T | value_type |
| typedef const T * | pointer |
| typedef const T & | reference |
| typedef ptrdiff_t | difference_type |
Public Member Functions | |
| Enumeration_input_iterator () | |
| Enumeration_input_iterator (enumeration_type &e) | |
| reference | operator * () const |
| pointer | operator-> () const |
| Enumeration_input_iterator & | operator++ () |
| Enumeration_input_iterator | operator++ (int) |
| bool | m_equal (const Enumeration_input_iterator &x) const |
Private Member Functions | |
| void | m_read () |
Private Attributes | |
| enumeration_type * | m_enumeration |
| T | m_value |
| bool | m_ok |
Definition at line 138 of file OWBI1_Enumeration.hpp.
|
|||||
|
Definition at line 146 of file OWBI1_Enumeration.hpp. |
|
|||||
|
Definition at line 141 of file OWBI1_Enumeration.hpp. |
|
|||||
|
Definition at line 142 of file OWBI1_Enumeration.hpp. |
|
|||||
|
Definition at line 144 of file OWBI1_Enumeration.hpp. |
|
|||||
|
Definition at line 145 of file OWBI1_Enumeration.hpp. |
|
|||||
|
Definition at line 143 of file OWBI1_Enumeration.hpp. |
|
|||||||||
|
Definition at line 147 of file OWBI1_Enumeration.hpp. |
|
||||||||||
|
Definition at line 150 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration_input_iterator< T >::m_read(). |
|
||||||||||
|
Definition at line 177 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration_input_iterator< T >::m_enumeration, and OWBI1::Enumeration_input_iterator< T >::m_ok. Referenced by OWBI1::operator!=(), and OWBI1::operator==(). |
|
|||||||||
|
|||||||||
|
Definition at line 158 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration_input_iterator< T >::m_value. Referenced by OWBI1::Enumeration_input_iterator< T >::operator->(). |
|
||||||||||
|
Definition at line 171 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration_input_iterator< T >::m_read(). |
|
|||||||||
|
Definition at line 166 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration_input_iterator< T >::m_read(). |
|
|||||||||
|
Definition at line 162 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration_input_iterator< T >::operator *(). |
|
|||||
|
Definition at line 182 of file OWBI1_Enumeration.hpp. Referenced by OWBI1::Enumeration_input_iterator< T >::m_equal(), and OWBI1::Enumeration_input_iterator< T >::m_read(). |
|
|||||
|
Definition at line 184 of file OWBI1_Enumeration.hpp. Referenced by OWBI1::Enumeration_input_iterator< T >::m_equal(), and OWBI1::Enumeration_input_iterator< T >::m_read(). |
|
|||||
|
Definition at line 183 of file OWBI1_Enumeration.hpp. Referenced by OWBI1::Enumeration_input_iterator< T >::m_read(), and OWBI1::Enumeration_input_iterator< T >::operator *(). |
1.4.6