Go to the source code of this file.
|
| namespace | bsoncxx |
| | The top-level namespace within which all bsoncxx library entities are declared.
|
| |
| namespace | bsoncxx::document |
| | Declares entities representing a BSON document.
|
| |
| namespace | bsoncxx::v_noabi |
| | Declares entities whose ABI stability is NOT guaranteed.
|
| |
| namespace | bsoncxx::v_noabi::document |
| | Declares entities representing a BSON document.
|
| |
|
| bool | bsoncxx::document::operator!= (const v_noabi::document::element &elem, const v_noabi::types::bson_value::view &v) |
| | bsoncxx::v_noabi::document::operator!=(const v_noabi::document::element& elem, const v_noabi::types::bson_value::view& v)
|
| |
| bool | bsoncxx::document::operator!= (const v_noabi::types::bson_value::view &v, const v_noabi::document::element &elem) |
| | bsoncxx::v_noabi::document::operator!=(const v_noabi::types::bson_value::view& v, const v_noabi::document::element& elem)
|
| |
| bool | bsoncxx::document::operator== (const v_noabi::document::element &elem, const v_noabi::types::bson_value::view &v) |
| | bsoncxx::v_noabi::document::operator==(const v_noabi::document::element& elem, const v_noabi::types::bson_value::view& v)
|
| |
| bool | bsoncxx::document::operator== (const v_noabi::types::bson_value::view &v, const v_noabi::document::element &elem) |
| | bsoncxx::v_noabi::document::operator==(const v_noabi::types::bson_value::view& v, const v_noabi::document::element& elem)
|
| |
|
| bool | bsoncxx::v_noabi::document::operator!= (const element &elem, const types::bson_value::view &v) |
| | Convenience methods to compare for equality against a bson_value.
|
| |
| bool | bsoncxx::v_noabi::document::operator!= (const types::bson_value::view &v, const element &elem) |
| | Convenience methods to compare for equality against a bson_value.
|
| |
| bool | bsoncxx::v_noabi::document::operator== (const element &elem, const types::bson_value::view &v) |
| | Convenience methods to compare for equality against a bson_value.
|
| |
| bool | bsoncxx::v_noabi::document::operator== (const types::bson_value::view &v, const element &elem) |
| | Convenience methods to compare for equality against a bson_value.
|
| |