LibreOffice Module unotools (master) 1
Classes | Namespaces | Functions
configvaluecontainer.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <unotools/configvaluecontainer.hxx>
#include <unotools/confignode.hxx>
#include <uno/data.h>
#include <algorithm>
#include <utility>
#include <vector>
Include dependency graph for configvaluecontainer.cxx:

Go to the source code of this file.

Classes

struct  utl::NodeValueAccessor
 
struct  utl::OConfigurationValueContainerImpl
 

Namespaces

namespace  utl
 

Functions

static void utl::lcl_copyData (const NodeValueAccessor &_rAccessor, const Any &_rData, std::mutex &_rMutex)
 
static void utl::lcl_copyData (Any &_rData, const NodeValueAccessor &_rAccessor, std::mutex &_rMutex)
 

Variable Documentation

◆ m_rMutex

std::mutex& m_rMutex
protected

Definition at line 151 of file configvaluecontainer.cxx.

◆ m_rRootNode

const OConfigurationNode& m_rRootNode
protected

Definition at line 150 of file configvaluecontainer.cxx.