20 #include "mongo/base/status.h"
21 #include "mongo/base/string_data.h"
22 #include "mongo/bson/bsontypes.h"
23 #include "mongo/client/export_macros.h"
24 #include "mongo/platform/cstdint.h"
33 MONGO_CLIENT_API
Status MONGO_CLIENT_FUNC
validateBSON(
const char* buf, uint64_t maxLength);
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
MONGO_CLIENT_API Status MONGO_CLIENT_FUNC validateBSON(const char *buf, uint64_t maxLength)
MONGO_CLIENT_API Status(MONGO_CLIENT_FUNC *saslClientAuthenticate)(DBClientWithCommands *client
Attempts to authenticate "client" using the SASL protocol.