userver: userver/storages/mongo/cursor.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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.