BSON classes. More...
#include <iostream>#include <sstream>#include <boost/utility.hpp>#include "util/builder.h"#include "../bson/bsontypes.h"#include "../bson/oid.h"#include "../bson/bsonelement.h"#include "../bson/bsonobj.h"#include "../bson/bsonmisc.h"#include "../bson/bsonobjbuilder.h"#include "../bson/bsonobjiterator.h"#include "../bson/bson-inl.h"Go to the source code of this file.
Classes | |
| class | bson::assertion |
Namespaces | |
| namespace | bson |
bo and its helpers | |
| namespace | mongo |
tools for working in parallel/sharded/clustered environment | |
Functions | |
| void | mongo::assert (bool expr) |
| void | mongo::uasserted (unsigned msgid, std::string s) |
| void | mongo::uassert (unsigned msgid, std::string msg, bool expr) |
| void | mongo::msgasserted (int msgid, const char *msg) |
| void | mongo::msgasserted (int msgid, const std::string &msg) |
| void | mongo::massert (unsigned msgid, std::string msg, bool expr) |
| unsigned | mongo::getRandomNumber () |
BSON classes.
1.6.3