MongoDB C++ Driver legacy-1.1.1
Loading...
Searching...
No Matches
bson.h File Reference

Main bson include file for mongodb c++ clients. More...

#include "mongo/config.h"
#include "mongo/client/redef_macros.h"
#include "mongo/client/autolib.h"
#include "mongo/bson/bson_validate.h"
#include "mongo/bson/bsonelement.h"
#include "mongo/bson/bsonobj.h"
#include "mongo/bson/bsonobjbuilder.h"
#include "mongo/bson/bsonobjiterator.h"
#include "mongo/bson/bsontypes.h"
#include "mongo/bson/bson-inl.h"
#include "mongo/bson/oid.h"
#include "mongo/bson/util/builder.h"
#include "mongo/client/undef_macros.h"

Go to the source code of this file.

Detailed Description

Main bson include file for mongodb c++ clients.

MongoDB includes ../db/jsobj.h instead. This file, however, pulls in much less code / dependencies.

See also
bsondemo