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