
#include <gzDistObject.h>
Public Member Functions | |
| gzDistTransactionIterator (const gzDistTransactionPtr &transaction) | |
| Constructor. | |
| ~gzDistTransactionIterator () | |
| Destructor. | |
| gzBool | operator() () |
| Iterating operator. | |
| const gzDistAttribute & | current () const |
| Returns the attribute at current position. | |
| gzVoid | reset () |
| Resets the iterator. | |
This class is used for performing iteration over a transaction.
Definition at line 543 of file gzDistObject.h.
|
|
Iterating operator. The operator() iterates one step through the object attributes. At the end it return FALSE.
|