LibreOffice Module cppuhelper (master) 1
Protected Attributes | List of all members
cppu::BaseMutex Class Reference

base class for all classes who want derive from cppu::WeakComponentImplHelperXX. More...

#include <basemutex.hxx>

Protected Attributes

mutable::osl::Mutex m_aMutex
 

Detailed Description

base class for all classes who want derive from cppu::WeakComponentImplHelperXX.

Implementation classes have first to derive from BaseMutex and then from cppu::WeakComponentImplHelperXX to ensure that the BaseMutex is completely initialized when the mutex is used to initialize the cppu::WeakComponentImplHelperXX

Definition at line 39 of file basemutex.hxx.

Member Data Documentation

◆ m_aMutex

mutable::osl::Mutex cppu::BaseMutex::m_aMutex
protected

Definition at line 42 of file basemutex.hxx.


The documentation for this class was generated from the following file: