#include <StreamScope.h>
◆ StreamScope() [1/3]
15 }
virtual void open()=0
Open access to the stream.
Controllable * stream
Definition: StreamScope.h:36
References trio::Openable::open(), and stream.
◆ ~StreamScope()
trio::StreamScope::~StreamScope |
( |
| ) |
|
|
inline |
◆ StreamScope() [2/3]
◆ StreamScope() [3/3]
27 std::swap(
stream, rhs.stream);
28 }
◆ operator=() [1/2]
◆ operator=() [2/2]
30 {
31 std::swap(
stream, rhs.stream);
32 return *this;
33 }
References stream.
◆ stream
The documentation for this class was generated from the following file: