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
bson::Element Member List

This is the complete list of members for bson::Element, including all inherited members.

data() const bson::Element
data(T &t) const bson::Elementinline
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::Elementinlinestatic
Document (defined in bson::Element)bson::Elementfriend
Element()bson::Elementinline
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::Elementinline
encode(std::ostringstream &oss) const bson::Element
encode(std::ostringstream &oss, const Element &e)bson::Elementinlinestatic
get_type() const bson::Elementinline
operator std::string() const bson::Element