|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CNativeEnumerator: public CEnumerator { public: CNativeEnumerator(CNativeObject *pObject); ~CNativeEnumerator(); public: bool Next(CPropertyName &propertyName); };
The property enumerator for a native object.
CPropertyName, CNativeObject
Constructor/Destructor Summary | |
CNativeEnumerator
(CNativeObject *pObject);
����������Constructs the native enumerator for the given native object. |
|
~CNativeEnumerator
();
����������Destroys the native enumerator. |
Function Summary | |
bool
|
Next
(CPropertyName &propertyName);
����������Returns a name of the next property in the property list of the object. |
Constructor/Destructor Detail |
CNativeEnumerator(CNativeObject *pObject);
Constructs the native enumerator for the given native object.
pObject
- the native object~CNativeEnumerator();
Destroys the native enumerator.
Function Detail |
bool Next(CPropertyName &propertyName);
Returns a name of the next property in the property list of the object.
propertyName
- on return, the next property name in
the property list of the object; unspecified, if the end
of the property list is encounteredtrue
if the next property name
was successfully obtained;
false
if the end of the property list is encountered
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |