22 #include "mongo/client/export_macros.h"
37 virtual std::vector<double> getValues()
const = 0;
47 virtual BSONObj toBSON()
const = 0;
57 virtual double operator[](
size_t dimension)
const = 0;
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
Definition: coordinates.h:28
C++ representation of a "BSON" object – that is, an extended JSON-style object in a binary represent...
Definition: bsonobj.h:78