|
blocxx
|
#include <CommonFwd.hpp>
Public Member Functions | |
| Enumeration () | |
| bool | hasMoreElements () const |
| void | nextElement (T &arg) |
| T | nextElement () |
| size_t | numberOfElements () const |
| void | addElement (const T &arg) |
| void | clear () |
| bool | usingTempFile () const |
Private Attributes | |
| IntrusiveReference< TempFileEnumerationImpl< T > > | m_impl |
Definition at line 88 of file CommonFwd.hpp.
|
inline |
Definition at line 118 of file Enumeration.hpp.
|
inline |
Definition at line 138 of file Enumeration.hpp.
References BLOCXX_NAMESPACE::Enumeration_input_iterator< T >::m_read().
|
inline |
Definition at line 142 of file Enumeration.hpp.
|
inline |
Definition at line 122 of file Enumeration.hpp.
|
inline |
Definition at line 130 of file Enumeration.hpp.
|
inline |
Definition at line 126 of file Enumeration.hpp.
Referenced by BLOCXX_NAMESPACE::Enumeration_input_iterator< T >::operator*().
|
inline |
Definition at line 134 of file Enumeration.hpp.
|
inline |
Definition at line 146 of file Enumeration.hpp.
References BLOCXX_NAMESPACE::Enumeration_input_iterator< T >::m_value.
|
private |
Definition at line 151 of file Enumeration.hpp.
Referenced by BLOCXX_NAMESPACE::TempFileEnumerationImpl< T >::TempFileEnumerationImpl().
1.8.18