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 97 of file kshareddatacache_p.h.
Constructor & Destructor Documentation
| virtual KSDCLock::~KSDCLock | ( | ) | [inline, virtual] |
Definition at line 99 of file kshareddatacache_p.h.
Member Function Documentation
Reimplemented in simpleSpinLock.
Definition at line 105 of file kshareddatacache_p.h.
| virtual bool KSDCLock::lock | ( | ) | [inline, virtual] |
Reimplemented in simpleSpinLock.
Definition at line 111 of file kshareddatacache_p.h.
| virtual void KSDCLock::unlock | ( | ) | [inline, virtual] |
Reimplemented in simpleSpinLock.
Definition at line 116 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-2019 The KDE developers.
Generated on Mon Jan 21 2019 12:28:26 by doxygen 1.7.5.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Jan 21 2019 12:28:26 by doxygen 1.7.5.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.