#include <OW_Enumeration.hpp>
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 86 of file OW_Enumeration.hpp.
|
|||||||||
|
Definition at line 89 of file OW_Enumeration.hpp. |
|
||||||||||
|
Definition at line 94 of file OW_Enumeration.hpp. |
|
||||||||||
|
|||||||||
|
Definition at line 118 of file OW_Enumeration.hpp. References OW_NAMESPACE::Enumeration< T >::m_impl. |
|
|||||||||
|
|||||||||
|
Definition at line 106 of file OW_Enumeration.hpp. References OW_NAMESPACE::Enumeration< T >::m_impl. |
|
||||||||||
|
Definition at line 102 of file OW_Enumeration.hpp. References OW_NAMESPACE::Enumeration< T >::m_impl. Referenced by OW_NAMESPACE::CIMNameSpaceUtils::enumNameSpaceAux(), and OW_NAMESPACE::Enumeration_input_iterator< T >::m_read(). |
|
|||||||||
|
Definition at line 110 of file OW_Enumeration.hpp. References OW_NAMESPACE::Enumeration< T >::m_impl. Referenced by OW_NAMESPACE::CIMNameSpaceUtils::createCIM_Namespace(), OW_NAMESPACE::CIMNameSpaceUtils::deleteCIM_Namespace(), and OW_NAMESPACE::CIM_NamespaceInstProv::doSimpleEnumInstances(). |
|
|||||||||
|
Definition at line 124 of file OW_Enumeration.hpp. References OW_NAMESPACE::Enumeration< T >::m_impl. |
|
|||||||||
|
Definition at line 128 of file OW_Enumeration.hpp. References OW_NAMESPACE::Enumeration< T >::m_impl. |
|
|||||
1.4.6