#include "util/misc.h"
Go to the source code of this file.
Namespaces | |
namespace | bson |
namespace | mongo |
Enumerations | |
enum | mongo::BinDataType { mongo::BinDataGeneral = 0, mongo::Function = 1, mongo::ByteArrayDeprecated = 2, mongo::bdtUUID = 3, mongo::MD5Type = 5, mongo::bdtCustom = 128 } |
enum | mongo::BSONType { mongo::MinKey = -1, mongo::EOO = 0, mongo::NumberDouble = 1, mongo::String = 2, mongo::Object = 3, mongo::Array = 4, mongo::BinData = 5, mongo::Undefined = 6, mongo::jstOID = 7, mongo::Bool = 8, mongo::Date = 9, mongo::jstNULL = 10, mongo::RegEx = 11, mongo::DBRef = 12, mongo::Code = 13, mongo::Symbol = 14, mongo::CodeWScope = 15, mongo::NumberInt = 16, mongo::Timestamp = 17, mongo::NumberLong = 18, mongo::JSTypeMax = 18, mongo::MaxKey = 127 } |
Variables | |
BSONObj | mongo::maxKey |
BSONObj | mongo::minKey |