Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/behavior_options.hxx>
#include <couchbase/certificate_authenticator.hxx>
#include <couchbase/compression_options.hxx>
#include <couchbase/configuration_profiles_registry.hxx>
#include <couchbase/dns_options.hxx>
#include <couchbase/error.hxx>
#include <couchbase/metrics_options.hxx>
#include <couchbase/network_options.hxx>
#include <couchbase/password_authenticator.hxx>
#include <couchbase/retry_strategy.hxx>
#include <couchbase/security_options.hxx>
#include <couchbase/timeout_options.hxx>
#include <couchbase/tracing_options.hxx>
#include <couchbase/transactions/transactions_config.hxx>
#include <functional>
#include <stdexcept>
#include <string>
#include <system_error>
#include <vector>
Go to the source code of this file.
Classes | |
class | cluster_options |
struct | cluster_options::built |
Namespaces | |
namespace | couchbase |
Represents a single item from the result of collection::scan() | |
Typedefs | |
using | cluster_connect_handler = std::function<void(error, cluster)> |
The signature for the handler of the cluster::connect() | |