iopc::ResultIterator< T > Class Template Reference
[iopclib]
An iterator that is used to iterate through query results represented as the
Result<T> template class.
More...
#include <resultIterator.h>
List of all members.
Detailed Description
template<typename T>
class iopc::ResultIterator< T >
An iterator that is used to iterate through query results represented as the
Result<T> template class.
ResultIterator overrides the -> operator to provide transparent access to the persistent object attributes. Dereference operator (*) can be used to obtain a database pointer representing the persistent object.
The documentation for this class was generated from the following file: