DD4hep  1.31.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | List of all members
dd4hep::dd4hep_lock_t Struct Reference

Do-nothing compatibility std::unique_ptr emulation for cxx-98. More...

#include <Mutex.h>

Public Member Functions

 dd4hep_lock_t (dd4hep_mutex_t &, bool=true)
 Default constructor. More...
 
 ~dd4hep_lock_t ()
 Default destructor. More...
 

Detailed Description

Do-nothing compatibility std::unique_ptr emulation for cxx-98.

Definition at line 43 of file Mutex.h.

Constructor & Destructor Documentation

◆ dd4hep_lock_t()

dd4hep::dd4hep_lock_t::dd4hep_lock_t ( dd4hep_mutex_t ,
bool  = true 
)
inline

Default constructor.

Definition at line 45 of file Mutex.h.

◆ ~dd4hep_lock_t()

dd4hep::dd4hep_lock_t::~dd4hep_lock_t ( )
inline

Default destructor.

Definition at line 47 of file Mutex.h.


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