#include <OWBI1_Enumeration.hpp>
Collaboration diagram for OWBI1::Enumeration< T >:
Public Member Functions | |
Enumeration () | |
Enumeration (String const &filename) | |
bool | hasMoreElements () const |
void | nextElement (T &arg) |
T | nextElement () |
size_t | numberOfElements () const |
void | addElement (const T &arg) |
void | clear () |
String | releaseFile () |
bool | usingTempFile () const |
Private Attributes | |
IntrusiveReference< TempFileEnumerationImpl< T > > | m_impl |
Definition at line 87 of file OWBI1_Enumeration.hpp.
|
Definition at line 90 of file OWBI1_Enumeration.hpp. |
|
Definition at line 95 of file OWBI1_Enumeration.hpp. |
|
|
Definition at line 119 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration< T >::m_impl. |
|
Definition at line 99 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration< T >::m_impl. Referenced by OWBI1::Enumeration_input_iterator< T >::m_read(). |
|
Definition at line 107 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration< T >::m_impl. |
|
Definition at line 103 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration< T >::m_impl. Referenced by OWBI1::Enumeration_input_iterator< T >::m_read(). |
|
Definition at line 111 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration< T >::m_impl. |
|
Definition at line 125 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration< T >::m_impl. |
|
Definition at line 129 of file OWBI1_Enumeration.hpp. References OWBI1::Enumeration< T >::m_impl. |
|