LibreOffice Module comphelper (master) 1
Public Member Functions | Private Attributes | List of all members
comphelper::RefCountedMutex Class Referencefinal

#include <refcountedmutex.hxx>

Inheritance diagram for comphelper::RefCountedMutex:
[legend]
Collaboration diagram for comphelper::RefCountedMutex:
[legend]

Public Member Functions

 ~RefCountedMutex () override
 
::osl::Mutex & GetMutex ()
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Attributes

osl::Mutex m_aMutex
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 29 of file refcountedmutex.hxx.

Constructor & Destructor Documentation

◆ ~RefCountedMutex()

comphelper::RefCountedMutex::~RefCountedMutex ( )
override

Definition at line 34 of file sharedmutex.cxx.

Member Function Documentation

◆ GetMutex()

::osl::Mutex & comphelper::RefCountedMutex::GetMutex ( )
inline

Definition at line 36 of file refcountedmutex.hxx.

References m_aMutex.

Member Data Documentation

◆ m_aMutex

osl::Mutex comphelper::RefCountedMutex::m_aMutex
private

Definition at line 31 of file refcountedmutex.hxx.


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