#include <DebugMacros.h>
Public Member Functions | |
DebugValue () | |
int | operator() () |
Public Attributes | |
std::atomic< char const * > | cvalue_ |
std::atomic< int > | value_ |
Definition at line 9 of file DebugMacros.h.
art::DebugValue::DebugValue | ( | ) |
Definition at line 8 of file DebugMacros.cc.
|
inline |
Definition at line 13 of file DebugMacros.h.
std::atomic<char const*> art::DebugValue::cvalue_ |
Definition at line 18 of file DebugMacros.h.
std::atomic<int> art::DebugValue::value_ |
Definition at line 19 of file DebugMacros.h.