LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 | ( | ) |
|
inline |
std::atomic<char const*> art::DebugValue::cvalue_ |
Definition at line 18 of file DebugMacros.h.
Referenced by DebugValue().
std::atomic<int> art::DebugValue::value_ |
Definition at line 19 of file DebugMacros.h.
Referenced by DebugValue(), and operator()().