
#include <gzDistSession.h>
Public Member Functions | |
| gzDistSession * | operator() () |
| Iterating operator. | |
| gzDistSession * | current () |
| Returns the session at current position. | |
| gzVoid | reset () |
| Resets the iterator. | |
Definition at line 435 of file gzDistSession.h.
|
|
Iterating operator. The operator() iterates one step through all sessions and returns a pointer to a gzDistSession at current iterator position. At the end, it returns NULL |