|
LLDB mainline
|
#include <FileBase.h>
Public Member Functions | |
| ValueGuard (std::mutex &m, bool b) | |
| operator bool () | |
Public Attributes | |
| std::lock_guard< std::mutex > | guard |
| bool | value |
Definition at line 429 of file FileBase.h.
|
inline |
Definition at line 430 of file FileBase.h.
|
inline |
Definition at line 433 of file FileBase.h.
References value.
| std::lock_guard<std::mutex> lldb_private::NativeFileBase::ValueGuard::guard |
Definition at line 431 of file FileBase.h.
Referenced by ValueGuard().
| bool lldb_private::NativeFileBase::ValueGuard::value |
Definition at line 432 of file FileBase.h.
Referenced by operator bool(), and ValueGuard().