DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Internal expression evaluator helper class. More...
Classes | |
struct | ReadLock |
struct | WriteLock |
Public Attributes | |
dic_type | theDictionary |
int | theReadersWaiting = 0 |
bool | theWriterWaiting = false |
std::condition_variable | theCond |
std::mutex | theLock |
Internal expression evaluator helper class.
Definition at line 84 of file Evaluator.cpp.
std::condition_variable EVAL::Object::Struct::theCond |
Definition at line 124 of file Evaluator.cpp.
dic_type EVAL::Object::Struct::theDictionary |
Definition at line 121 of file Evaluator.cpp.
std::mutex EVAL::Object::Struct::theLock |
Definition at line 125 of file Evaluator.cpp.
int EVAL::Object::Struct::theReadersWaiting = 0 |
Definition at line 122 of file Evaluator.cpp.
bool EVAL::Object::Struct::theWriterWaiting = false |
Definition at line 123 of file Evaluator.cpp.