DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Classes | Public Attributes | List of all members
EVAL::Object::Struct Struct Reference

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
 

Detailed Description

Internal expression evaluator helper class.

Definition at line 84 of file Evaluator.cpp.

Member Data Documentation

◆ theCond

std::condition_variable EVAL::Object::Struct::theCond

Definition at line 124 of file Evaluator.cpp.

◆ theDictionary

dic_type EVAL::Object::Struct::theDictionary

Definition at line 121 of file Evaluator.cpp.

◆ theLock

std::mutex EVAL::Object::Struct::theLock

Definition at line 125 of file Evaluator.cpp.

◆ theReadersWaiting

int EVAL::Object::Struct::theReadersWaiting = 0

Definition at line 122 of file Evaluator.cpp.

◆ theWriterWaiting

bool EVAL::Object::Struct::theWriterWaiting = false

Definition at line 123 of file Evaluator.cpp.


The documentation for this struct was generated from the following file: