#include <query_results.h>
Definition at line 52 of file query_results.h.
◆ MongoResultIterator()
| warehouse_ros_mongo::MongoResultIterator::MongoResultIterator |
( |
const std::shared_ptr< mongo::DBClientConnection > & |
conn, |
|
|
std::shared_ptr< mongo::GridFS > |
gfs, |
|
|
const std::string & |
ns, |
|
|
const mongo::Query & |
query |
|
) |
| |
◆ hasData()
| bool warehouse_ros_mongo::MongoResultIterator::hasData |
( |
| ) |
const |
|
virtual |
◆ message()
| std::string warehouse_ros_mongo::MongoResultIterator::message |
( |
| ) |
const |
|
virtual |
◆ metadata()
◆ metadataRaw()
| mongo::BSONObj warehouse_ros_mongo::MongoResultIterator::metadataRaw |
( |
| ) |
const |
◆ next()
| bool warehouse_ros_mongo::MongoResultIterator::next |
( |
| ) |
|
|
virtual |
◆ cursor_
| CursorPtr warehouse_ros_mongo::MongoResultIterator::cursor_ |
|
private |
◆ gfs_
| std::shared_ptr<mongo::GridFS> warehouse_ros_mongo::MongoResultIterator::gfs_ |
|
private |
◆ next_
| boost::optional<mongo::BSONObj> warehouse_ros_mongo::MongoResultIterator::next_ |
|
private |
The documentation for this class was generated from the following files: