#include <string>
#include <string.h>
#include <stdio.h>
#include <boost/shared_ptr.hpp>
#include "../inline_decls.h"
#include "../stringdata.h"
Go to the source code of this file.
Classes | |
class | mongo::BufBuilder |
class | mongo::StringBuilder |
Namespaces | |
namespace | mongo |
Functions | |
void | mongo::msgasserted (int msgid, const char *msg) |
Variables | |
const int | mongo::BSONObjMaxInternalSize = BSONObjMaxUserSize + ( 16 * 1024 ) |
const int | mongo::BSONObjMaxUserSize = 16 * 1024 * 1024 |
const int | mongo::BufferMaxSize = 64 * 1024 * 1024 |