![]() |
DD4hep
1.35.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 74 of file Evaluator.cpp.
| std::condition_variable EVAL::Object::Struct::theCond |
Definition at line 114 of file Evaluator.cpp.
| dic_type EVAL::Object::Struct::theDictionary |
Definition at line 111 of file Evaluator.cpp.
| std::mutex EVAL::Object::Struct::theLock |
Definition at line 115 of file Evaluator.cpp.
| int EVAL::Object::Struct::theReadersWaiting = 0 |
Definition at line 112 of file Evaluator.cpp.
| bool EVAL::Object::Struct::theWriterWaiting = false |
Definition at line 113 of file Evaluator.cpp.
1.8.18