File: tut_bson.h

package info (click to toggle)
libmongo-client 0.1.5-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,256 kB
  • sloc: ansic: 13,795; makefile: 297; perl: 137; sh: 41
file content (10 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
/** @page tut_bson Working with BSON objects
 *
 * In this section, we'll cover the basics of working with BSON
 * objects in a few big steps. Working with BSON is fairly
 * straightforward, so we will not be going into much details here.
 *
 * Contents:
 *  - @subpage tut_bson_build
 *  - @subpage tut_bson_traverse
 */