Workspace 6.21.5
Public Member Functions | List of all members
Cursor Class Reference

Wrapper of mongoc_cursor_t.

#include <Distributed/mongocxx.h>

Public Member Functions

 Cursor ()
 
 Cursor (mongoc_cursor_t *cursor)
 
 ~Cursor ()
 
mongoc_cursor_t *& get ()
 
const mongoc_cursor_t * get () const
 
bool next (const bson_t *&doc)
 

Constructor & Destructor Documentation

◆ Cursor() [1/2]

Cursor ( )
inline

◆ Cursor() [2/2]

Cursor ( mongoc_cursor_t *  cursor)
inline

◆ ~Cursor()

~Cursor ( )
inline

Member Function Documentation

◆ get() [1/2]

mongoc_cursor_t *& get ( )
inline

◆ get() [2/2]

const mongoc_cursor_t * get ( ) const
inline

◆ next()

bool next ( const bson_t *&  doc)
inline