
#include <gzDistNotification.h>
Public Member Functions | |
| gzDistNotificationSetIterator (const gzDistNotificationSet &list) | |
| Constructor. | |
| ~gzDistNotificationSetIterator () | |
| Destructor. | |
| gzDistNotificationData * | operator() () |
| Get next item in a gzDistNotificationSet. | |
| gzDistNotificationData * | current () const |
| Get the data at current position. | |
helloobject.cpp, ownership.cpp, subscriptions.cpp, and transactions.cpp.
Definition at line 140 of file gzDistNotification.h.
|
|
Constructor.
|
|
|
Get next item in a gzDistNotificationSet. Iterate one step through the gzDistNotificationSet.
|