userver: userver/storages/mongo/cursor.hpp File Reference
Loading...
Searching...
No Matches
cursor.hpp File Reference

Detailed Description

Interface for MongoDB query cursors.

Definition in file cursor.hpp.

Go to the source code of this file.

#include <iterator>
#include <memory>
#include <userver/formats/bson/document.hpp>
+ Include dependency graph for cursor.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  storages::mongo::Cursor
 Interface for MongoDB query cursors. More...
 
class  storages::mongo::Cursor::Iterator
 
class  storages::mongo::Cursor::Iterator::DocHolder
 

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::mongo
 MongoDB client.