![]() |
VSM C++ SDK
Vehicle Specific Modules SDK
|
Helper class to hold reference to a stream and optionally release a lock before releasing the reference to a stream. More...
#include <file_processor.h>
Public Member Functions | |
Stream_ref_holder (Stream::Ptr stream, std::unique_lock< std::mutex > &&lock) | |
Constructor. More... | |
Stream_ref_holder (Stream_ref_holder &&)=default | |
Default move constructor. More... | |
Helper class to hold reference to a stream and optionally release a lock before releasing the reference to a stream.
|
inline |
Constructor.
|
default |
Default move constructor.