AOSharedServiceLibrary
Public Member Functions | List of all members
MongoIteratorInterface Class Referenceabstract

Returned from Queries in order to iterate over results. More...

#include <mongo_interface.h>

Public Member Functions

virtual MongoResponseInterfacenext ()=0
 Get the next value from the iterator. More...
 

Detailed Description

Returned from Queries in order to iterate over results.

Member Function Documentation

virtual MongoResponseInterface* MongoIteratorInterface::next ( )
pure virtual

Get the next value from the iterator.

Will return a Mongo Response Interface when available, Otherwise will return NULL.


The documentation for this class was generated from the following file: