MongoDBCDriver  0.7.1
Public Attributes
mongo_cursor Struct Reference

List of all members.

Public Attributes

mongo_replyreply
 reply is owned by cursor
mongoconn
 connection is *not* owned by cursor
const char * ns
 owned by cursor
int flags
 Flags used internally by this drivers.
int seen
 Number returned so far.
bson current
 This cursor's current bson object.
mongo_cursor_error_t err
 Errors on this cursor.
const bsonquery
 Bitfield containing cursor options.
const bsonfields
 Bitfield containing cursor options.
int options
 Bitfield containing cursor options.
int limit
 Bitfield containing cursor options.
int skip
 Bitfield containing cursor options.

Member Data Documentation

This cursor's current bson object.

Errors on this cursor.

Bitfield containing cursor options.

Flags used internally by this drivers.

Bitfield containing cursor options.

Bitfield containing cursor options.

Bitfield containing cursor options.

Number returned so far.

Bitfield containing cursor options.


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