Robotics Library  0.7.0
Public Member Functions | Public Attributes | List of all members
rl::util::xenomai::condition_variable_any::Unlock< Lock > Struct Template Reference

Public Member Functions

 Unlock (Lock &lk)
 
 Unlock (const Unlock &)=delete
 
Unlockoperator= (const Unlock &)=delete
 
 ~Unlock () noexcept(false)
 

Public Attributes

Lock & M_lock
 

Constructor & Destructor Documentation

◆ Unlock() [1/2]

template<typename Lock >
rl::util::xenomai::condition_variable_any::Unlock< Lock >::Unlock ( Lock &  lk)
inlineexplicit

◆ Unlock() [2/2]

template<typename Lock >
rl::util::xenomai::condition_variable_any::Unlock< Lock >::Unlock ( const Unlock< Lock > &  )
delete

◆ ~Unlock()

template<typename Lock >
rl::util::xenomai::condition_variable_any::Unlock< Lock >::~Unlock ( )
inlinenoexcept

Member Function Documentation

◆ operator=()

template<typename Lock >
Unlock& rl::util::xenomai::condition_variable_any::Unlock< Lock >::operator= ( const Unlock< Lock > &  )
delete

Member Data Documentation

◆ M_lock

template<typename Lock >
Lock& rl::util::xenomai::condition_variable_any::Unlock< Lock >::M_lock

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