|
LLDB mainline
|
Common pointer-like accessors shared by Locked and SharedLocked. More...
#include <Locked.h>
Public Member Functions | |
| auto | operator-> () const |
| decltype(auto) | operator* () const |
| auto | get () const |
| operator bool () const | |
Private Member Functions | |
| const Derived * | Self () const |
| auto | Raw () const |
Common pointer-like accessors shared by Locked and SharedLocked.
|
inline |
Definition at line 29 of file Locked.h.
References Raw().
Referenced by lldb_private::Module::ParseAllDebugSymbols(), and lldb_private::Module::ResolveFileAddress().
|
inlineexplicit |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 35 of file Locked.h.
Referenced by get(), operator bool(), and operator->().
|
inlineprivate |
Definition at line 33 of file Locked.h.
Referenced by lldb_private::Locked< T *, Mutex >::detail::LockedAccessors< Locked< PtrT, Mutex >, PtrT >, and operator*().