Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/wan_development_configuration_profile.hxx>
Public Member Functions | |
void | apply (cluster_options &options) override |
Implement this in derived class, modifying the cluster_options passed in. | |
Public Member Functions inherited from configuration_profile | |
virtual | ~configuration_profile ()=default |
|
inlineoverridevirtual |
Implement this in derived class, modifying the cluster_options passed in.
options | The options class which will be modified. |
Implements configuration_profile.