LibreOffice Module salhelper (master) 1
Public Member Functions | List of all members
salhelper::SingletonRef< SingletonClass >::SingletonLockInit Struct Reference

creates an own mutex for guarding static contents. More...

Public Member Functions

::osl::Mutex * operator() ()
 

Detailed Description

template<class SingletonClass>
struct salhelper::SingletonRef< SingletonClass >::SingletonLockInit

creates an own mutex for guarding static contents.

    The global mutex the osl library is used one times
    only to create an own static mutex, which can be used
    next time to guard own static member operations.

Definition at line 175 of file singletonref.hxx.

Member Function Documentation

◆ operator()()

template<class SingletonClass >
::osl::Mutex * salhelper::SingletonRef< SingletonClass >::SingletonLockInit::operator() ( )
inline

Definition at line 177 of file singletonref.hxx.


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