FastBSON
A BSON library that will hopefully be faster and more robust than the one built into mongo-cxx-driver
|
This is the complete list of members for bson::Element, including all inherited members.
data() const | bson::Element | |
data(T &t) const | bson::Element | inline |
decode(const unsigned char *data, const TypeInfo m_type) | bson::Element | |
decode(const unsigned char *data, const TypeInfo type, Element &e) (defined in bson::Element) | bson::Element | inlinestatic |
Document (defined in bson::Element) | bson::Element | friend |
Element() | bson::Element | inline |
Element(const T &data, const TypeInfo type=_UNKNOWN) | bson::Element | |
Element(const char *data, const TypeInfo type=_UNKNOWN) (defined in bson::Element) | bson::Element | |
Element(const unsigned char *data, const TypeInfo &type) | bson::Element | inline |
encode(std::ostringstream &oss) const | bson::Element | |
encode(std::ostringstream &oss, const Element &e) | bson::Element | inlinestatic |
get_type() const | bson::Element | inline |
operator std::string() const | bson::Element |