FastBSON
A BSON library that will hopefully be faster and more robust than the one built into mongo-cxx-driver
|
Enumeration to keep track of types for bson. More...
#include <exception>
#include <string>
#include <boost/concept_check.hpp>
Go to the source code of this file.
Classes | |
class | bson::type_error< T > |
class | bson::type_UNKNOWN |
Functions | |
char | bson::to_char (const TypeInfo &ti) |
template<typename T > | |
std::string | bson::to_string () |
converts a type name to a string (for exceptions) More... | |
std::string | bson::to_string (const TypeInfo &ti) |
Variables | |
const std::string | bson::NAMES [] |
Enumeration to keep track of types for bson.