KDECore
KSDCLock Class Reference
#include <kshareddatacache_p.h>
Inheritance diagram for KSDCLock:

Public Member Functions | |
virtual | ~KSDCLock () |
virtual bool | initialize (bool &processSharingSupported) |
virtual bool | lock () |
virtual void | unlock () |
Detailed Description
This class defines an interface used by KSharedDataCache::Private to offload proper locking and unlocking depending on what the platform supports at runtime and compile-time.
Definition at line 101 of file kshareddatacache_p.h.
Constructor & Destructor Documentation
◆ ~KSDCLock()
|
inlinevirtual |
Definition at line 103 of file kshareddatacache_p.h.
Member Function Documentation
◆ initialize()
Reimplemented in simpleSpinLock.
Definition at line 109 of file kshareddatacache_p.h.
◆ lock()
|
inlinevirtual |
Reimplemented in simpleSpinLock.
Definition at line 115 of file kshareddatacache_p.h.
◆ unlock()
|
inlinevirtual |
Reimplemented in simpleSpinLock.
Definition at line 120 of file kshareddatacache_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.