![]() |
![]()
| ![]() |
![]()
SYNOPSISbool bson_iter_init_from_data_at_offset (bson_iter_t *iter, PARAMETERS
DESCRIPTIONCreates a bson_iter_t and starts iteration on a field at the offset. bson_iter_init_from_data_at_offset() is useful for situations where the progress of a bson_iter_t must be saved and restored without relying on the bson_iter_t data layout. Saving the progress could be accomplished by:
Then later, these saved values can be passed to bson_iter_init_from_data_at_offset() to reconstruct the bson_iter_t in constant time. RETURNSReturns true if the iter was successfully initialized. SEE ALSO: bson_iter_key_len() bson_iter_offset() bson_get_data() AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|