MongoDBCDriver  0.7.1
Public Attributes
bson Struct Reference

List of all members.

Public Attributes

char * data
 Pointer to a block of data in this BSON object.
char * cur
 Pointer to the current position.
int dataSize
 The number of bytes allocated to char *data.
bson_bool_t finished
 When finished, the BSON object can no longer be modified.
int stack [32]
 A stack used to keep track of nested BSON elements.
int stackPos
 Index of current stack position.
int err
 Bitfield representing errors or warnings on this buffer.
char * errstr
 A string representation of the most recent error or warning.

Member Data Documentation

char* bson::cur

Pointer to the current position.

char* bson::data

Pointer to a block of data in this BSON object.

The number of bytes allocated to char *data.

char* bson::errstr

A string representation of the most recent error or warning.

bson_bool_t bson::finished

When finished, the BSON object can no longer be modified.

int bson::stack[32]

A stack used to keep track of nested BSON elements.

Index of current stack position.


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