![]() |
BSON C++ API
2.5.1
uma::bson
|
#include <uma/bson/Object.h>
#include <uma/bson/Element.h>
#include <uma/bson/ObjectId.h>
#include <Poco/Exception.h>
#include <Poco/HashMap.h>
#include <Poco/SharedPtr.h>
#include <iostream>
#include <map>
Go to the source code of this file.
Classes | |
class | uma::bson::Document |
A class that represents a BSON Object. More... | |
Namespaces | |
namespace | uma |
namespace | uma::bson |
Classes that present a DOM style view of a BSON document. | |
Functions | |
UMA_BSON_API bool | uma::bson::operator== (const Document &lhs, const Document &rhs) |
Compare two documents for equality. | |
bool | uma::bson::operator!= (const Document &lhs, const Document &rhs) |
Just the reverse of operator ==. | |