LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "TaskDebugMacros.h"
Public Member Functions | |
DebugTasksValue () | |
int | operator() () const noexcept |
Public Attributes | |
std::atomic< char const * > | cvalue_ |
std::atomic< int > | value_ |
Definition at line 15 of file TaskDebugMacros.h.
art::DebugTasksValue::DebugTasksValue | ( | ) |
|
inlinenoexcept |
std::atomic<char const*> art::DebugTasksValue::cvalue_ |
Definition at line 24 of file TaskDebugMacros.h.
Referenced by DebugTasksValue().
std::atomic<int> art::DebugTasksValue::value_ |
Definition at line 25 of file TaskDebugMacros.h.
Referenced by DebugTasksValue(), and operator()().