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

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

#include <Mutex.h>

Public Member Functions

 dd4hep_mutex_t ()
 Default constructor. More...
 
 ~dd4hep_mutex_t ()
 Default destructor. More...
 
int lock ()
 Dummy interface method. More...
 
int trylock ()
 Dummy interface method. More...
 
int unlock ()
 Dummy interface method. More...
 

Detailed Description

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

Definition at line 30 of file Mutex.h.

Constructor & Destructor Documentation

◆ dd4hep_mutex_t()

dd4hep::dd4hep_mutex_t::dd4hep_mutex_t ( )
inline

Default constructor.

Definition at line 32 of file Mutex.h.

◆ ~dd4hep_mutex_t()

dd4hep::dd4hep_mutex_t::~dd4hep_mutex_t ( )
inline

Default destructor.

Definition at line 34 of file Mutex.h.

Member Function Documentation

◆ lock()

int dd4hep::dd4hep_mutex_t::lock ( )
inline

Dummy interface method.

Definition at line 36 of file Mutex.h.

◆ trylock()

int dd4hep::dd4hep_mutex_t::trylock ( )
inline

Dummy interface method.

Definition at line 38 of file Mutex.h.

◆ unlock()

int dd4hep::dd4hep_mutex_t::unlock ( )
inline

Dummy interface method.

Definition at line 40 of file Mutex.h.


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