LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
sd::ScopeLockGuard Class Reference

#include <scopelock.hxx>

Collaboration diagram for sd::ScopeLockGuard:
[legend]

Public Member Functions

 ScopeLockGuard (ScopeLock &rScopeLock)
 
 ~ScopeLockGuard ()
 

Private Attributes

ScopeLockmrScopeLock
 

Detailed Description

Definition at line 40 of file scopelock.hxx.

Constructor & Destructor Documentation

◆ ScopeLockGuard()

sd::ScopeLockGuard::ScopeLockGuard ( ScopeLock rScopeLock)
inline

Definition at line 43 of file scopelock.hxx.

References sd::ScopeLock::lock(), and mrScopeLock.

◆ ~ScopeLockGuard()

sd::ScopeLockGuard::~ScopeLockGuard ( )
inline

Definition at line 44 of file scopelock.hxx.

References mrScopeLock, and sd::ScopeLock::unlock().

Member Data Documentation

◆ mrScopeLock

ScopeLock& sd::ScopeLockGuard::mrScopeLock
private

Definition at line 46 of file scopelock.hxx.

Referenced by ScopeLockGuard(), and ~ScopeLockGuard().


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