Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/common_options.hxx>
#include <couchbase/error.hxx>
#include <couchbase/get_replica_result.hxx>
#include <couchbase/read_preference.hxx>
#include <functional>
#include <vector>
Go to the source code of this file.
Classes | |
struct | get_all_replicas_options |
Options for collection::get_all_replicas(). More... | |
struct | get_all_replicas_options::built |
Immutable value object representing consistent options. More... | |
Namespaces | |
namespace | couchbase |
Represents a single item from the result of collection::scan() | |
Typedefs | |
using | get_all_replicas_result = std::vector<get_replica_result> |
The result for the collection::get_all_replicas() operation. | |
using | get_all_replicas_handler = std::function<void(error, get_all_replicas_result)> |
The signature for the handler of the collection::get_all_replicas() operation. | |