FastBSON
A BSON library that will hopefully be faster and more robust than the one built into mongo-cxx-driver
 All Classes Files Functions Friends
document.h File Reference

Definition of the BSON Document class. More...

#include "element.h"
#include "typeinfo"
#include <initializer_list>
#include <map>
#include <set>
#include <sstream>
#include <ostream>

Go to the source code of this file.

Classes

class  bson::Document
 

Functions

std::ostream & bson::operator<< (std::ostream &oss, const Document &d)
 

Detailed Description

Definition of the BSON Document class.

Author
Nathan Eloe