#include <djv_propset.h>
Public Member Functions | |
virtual bool | next ()=0 |
virtual void | reset ()=0 |
virtual String | getKey () const =0 |
virtual String | getValue () const =0 |
Public Member Functions inherited from Celartem::Referable | |
Referable () | |
void | addRef () const |
void | releaseRef () const |
size_t | getReferenceCount () const |
Additional Inherited Members | |
Static Public Member Functions inherited from Celartem::Referable | |
static void | dumpDbgAllRefCount () |
This class is used to enumerate all the property entries.
|
pure virtual |
Get the key of the current property.
|
pure virtual |
Get the value of the current property.
|
pure virtual |
Move to the next property.\n \return \c true if the move succeeded.\n If the iteration finished, this method return \c false. The following code illustate how to use \ref PropertySetIterator.
|
pure virtual |
Reset the iteration.