![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/Channel.hpp>
Collaboration diagram for Slic3r::Channel< T >::Unlocker< Ptr >:Public Member Functions | |
| Unlocker (UniqueLock lock) | |
| Unlocker (const Unlocker &other) noexcept | |
| Unlocker (Unlocker &&other) noexcept | |
| Unlocker & | operator= (const Unlocker &other)=delete |
| Unlocker & | operator= (Unlocker &&other) |
| void | operator() (Ptr *) |
Private Attributes | |
| UniqueLock | m_lock |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
References Slic3r::Channel< T >::Unlocker< Ptr >::m_lock.
|
delete |
|
inline |
References Slic3r::Channel< T >::Unlocker< Ptr >::m_lock.
|
mutableprivate |