|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
Base class for all defined configuration profiles. More...
#include <couchbase/configuration_profile.hxx>

Public Member Functions | |
| virtual | ~configuration_profile ()=default |
| virtual void | apply (cluster_options &options)=0 |
| Implement this in derived class, modifying the cluster_options passed in. | |
Base class for all defined configuration profiles.
Just implement the apply function, and register it. See register_profile()
|
virtualdefault |
|
pure virtual |
Implement this in derived class, modifying the cluster_options passed in.
| options | The options class which will be modified. |
Implemented in wan_development_configuration_profile.