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

Public Member Functions

 ReadLock (Struct *s)
 
 ReadLock (const ReadLock &)=delete
 
 ~ReadLock ()
 

Public Attributes

StructtheStruct
 
std::unique_lock< std::mutex > theLg
 

Detailed Description

Definition at line 86 of file Evaluator.cpp.

Constructor & Destructor Documentation

◆ ReadLock() [1/2]

EVAL::Object::Struct::ReadLock::ReadLock ( Struct s)
inline

Definition at line 87 of file Evaluator.cpp.

◆ ReadLock() [2/2]

EVAL::Object::Struct::ReadLock::ReadLock ( const ReadLock )
delete

◆ ~ReadLock()

EVAL::Object::Struct::ReadLock::~ReadLock ( )
inline

Definition at line 94 of file Evaluator.cpp.

Member Data Documentation

◆ theLg

std::unique_lock<std::mutex> EVAL::Object::Struct::ReadLock::theLg

Definition at line 101 of file Evaluator.cpp.

◆ theStruct

Struct* EVAL::Object::Struct::ReadLock::theStruct

Definition at line 100 of file Evaluator.cpp.


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