SequoiaDB
 All Classes Namespaces Files Functions Macros Pages
Classes | Namespaces | Typedefs | Functions
bsonelement.h File Reference

CPP BSONElement Declarations. More...

#include <vector>
#include <string.h>
#include "oid.h"
#include "util/builder.h"
#include "bsontypes.h"
#include "bsonassert.h"
#include "util/optime.h"
#include "bsonDecimal.h"

Go to the source code of this file.

Classes

class  bson::BSONElement
 BSONElement represents an "element" in a BSONObj. More...
 

Namespaces

namespace  bson
 Include files for C++ BSON module.
 

Typedefs

typedef bson::BSONElement bson::be
 
typedef bson::BSONObj bson::bo
 
typedef bson::BSONObjBuilder bson::bob
 

Functions

int bson::compareElementValues (const BSONElement &l, const BSONElement &r)
 
int bson::getBSONCanonicalType (BSONType t)
 

Detailed Description

CPP BSONElement Declarations.