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
Pointer to the current position.
Pointer to a block of data in this BSON object.
The number of bytes allocated to char *data.
A string representation of the most recent error or warning.
When finished, the BSON object can no longer be modified.
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: