#include <cmpi/CmpiEnumeration.h>
Inheritance diagram for CmpiEnumeration:
Public Member Functions | |
CmpiData | getNext () |
CmpiBoolean | hasNext () |
CmpiData | toArray () |
Protected Member Functions | |
CmpiEnumeration (CMPIEnumeration *enc) | |
CMPIEnumeration * | getEnc () const |
Private Member Functions | |
CmpiEnumeration () | |
Friends | |
class | CmpiBroker |
|
Protected constructor used by MIDrivers to encapsulate CMPIEnumeration. |
|
Constructor - Should not be called |
|
getEnc - Gets the encapsulated CMPIEnumeration. |
|
getNext - Gets next entry. |
|
getNext - Check for at least one remaining entry. |
|
toArray - Convert an Enumeration to an Array |
|
Reimplemented from CmpiObject. |