Do-nothing compatibility std::unique_ptr emulation for cxx-98.
More...
#include <Mutex.h>
Do-nothing compatibility std::unique_ptr emulation for cxx-98.
Definition at line 30 of file Mutex.h.
◆ 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.
◆ 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: