LibreOffice Module comphelper (master) 1
|
A type-safe wrapper around a configuration set. More...
#include <configuration.hxx>
Static Public Member Functions | |
static css::uno::Reference< css::container::XNameAccess > | get () |
Get read-only access to the given configuration set. More... | |
static css::uno::Reference< css::container::XNameContainer > | get (std::shared_ptr< ConfigurationChanges > const &batch) |
Get read/write access to the given configuration set, storing any modifications via the given changes batch. More... | |
Private Member Functions | |
ConfigurationSet (const ConfigurationSet &)=delete | |
ConfigurationSet & | operator= (const ConfigurationSet &)=delete |
ConfigurationSet ()=delete | |
~ConfigurationSet ()=delete | |
A type-safe wrapper around a configuration set.
Automatically generated headers for the various configuration sets derive from this template and make available its member functions to access each given configuration set.
Definition at line 324 of file configuration.hxx.
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
inlinestatic |
Get read-only access to the given configuration set.
Definition at line 328 of file configuration.hxx.
References comphelper::detail::ConfigurationWrapper::get(), and comphelper::detail::ConfigurationWrapper::getSetReadOnly().
|
inlinestatic |
Get read/write access to the given configuration set, storing any modifications via the given changes batch.
Definition at line 338 of file configuration.hxx.
References comphelper::detail::ConfigurationWrapper::getSetReadWrite().
|
privatedelete |