LibreOffice Module unotools (master) 1
configvaluecontainer.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef INCLUDED_UNOTOOLS_CONFIGVALUECONTAINER_HXX
20#define INCLUDED_UNOTOOLS_CONFIGVALUECONTAINER_HXX
21
22#include <config_options.h>
24#include <com/sun/star/uno/Type.hxx>
25#include <memory>
26#include <mutex>
27
28
29namespace com::sun::star::uno { template <typename > class Reference; }
30namespace com::sun::star::uno { class XComponentContext; }
31namespace osl { class Mutex; }
32
33namespace utl
34{
35
36 struct OConfigurationValueContainerImpl;
37 struct NodeValueAccessor;
38
39 //= OConfigurationValueContainer
40
59 class UNLESS_MERGELIBS(UNOTOOLS_DLLPUBLIC) OConfigurationValueContainer
60 {
61 private:
62 std::unique_ptr<OConfigurationValueContainerImpl> m_pImpl;
63
64 protected:
65
66 // construction/destruction
67
84 OConfigurationValueContainer(
85 const css::uno::Reference< css::uno::XComponentContext >& _rxORB,
86 std::mutex& _rAccessSafety,
87 const char* _pConfigLocation,
88 const sal_Int32 _nLevels
89 );
90
92 ~OConfigurationValueContainer();
93
94 // registering data containers
95
108 void registerExchangeLocation(
109 const char* _pRelativePathAscii,
110 void* _pContainer,
111 const css::uno::Type& _rValueType
112 );
113
114 public:
125 void read( );
126
137 void commit();
138
139 private:
141 void implConstruct(
142 const OUString& _rConfigLocation,
143 const sal_Int32 _nLevels
144 );
145
147 void implRegisterExchangeLocation( const NodeValueAccessor& _rAccessor );
148 };
149
150} // namespace utl
151
152#endif // INCLUDED_UNOTOOLS_CONFIGVALUECONTAINER_HXX
153
154/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
::std::unique_ptr< XmlIdRegistry_Impl > m_pImpl
Reference
std::mutex mutex
Definition: textsearch.cxx:94