#include <CmpiEnumeration.h>
Inheritance diagram for CmpiEnumeration:
Public Member Functions | |
CmpiData | getNext () |
getNext - Gets next entry. | |
CMPIBoolean | hasNext () |
getNext - Check for at least one remaining entry. | |
CmpiData | toArray () |
toArray - Convert an Enumeration to an Array | |
void | toFirst () |
toFirst - Goto to begin of list | |
Protected Member Functions | |
CmpiEnumeration (CMPIEnumeration *enc) | |
Protected constructor used by MIDrivers to encapsulate CMPIEnumeration. | |
CMPIEnumeration * | getEnc () const |
getEnc - Gets the encapsulated CMPIEnumeration. | |
Private Member Functions | |
CmpiEnumeration () | |
Constructor - Should not be called. | |
Friends | |
class | CmpiBroker |
Definition at line 38 of file CmpiEnumeration.h.
|
Protected constructor used by MIDrivers to encapsulate CMPIEnumeration.
Definition at line 44 of file CmpiEnumeration.h. References CmpiObject::enc. |
|
Constructor - Should not be called.
Definition at line 55 of file CmpiEnumeration.h. |
|
getEnc - Gets the encapsulated CMPIEnumeration.
Definition at line 49 of file CmpiEnumeration.h. References CmpiObject::enc. |
|
getNext - Gets next entry.
Definition at line 1234 of file CmpiImpl.cpp. References CMPI_RC_OK, _CMPIEnumeration::ft, getEnc(), _CMPIEnumerationFT::getNext, and _CMPIStatus::rc. |
|
getNext - Check for at least one remaining entry.
Definition at line 1226 of file CmpiImpl.cpp. References CMPI_RC_OK, CmpiBoolean, _CMPIEnumeration::ft, getEnc(), _CMPIEnumerationFT::hasNext, and _CMPIStatus::rc. |
|
toArray - Convert an Enumeration to an Array
|
|
toFirst - Goto to begin of list
Definition at line 1242 of file CmpiImpl.cpp. References CMPI_InstEnumeration_Ftab, CMPI_ObjEnumeration_Ftab, CMPI_RC_OK, CMPI_OpEnumeration::cursor, CMPI_InstEnumeration::cursor, CMPI_ObjEnumeration::cursor, and getEnc(). |
|
Reimplemented from CmpiObject. Definition at line 39 of file CmpiEnumeration.h. |