|
asrt
Automated System Runtime Testing library
|
Owning handle for a collection of stream schemas and their records. More...
#include <stream.hpp>
Public Member Functions | |
| asrt_stream_schemas const & | operator* () const |
| asrt_stream_schemas const * | operator-> () const |
| stream_schemas & | operator= (stream_schemas &&o) noexcept |
| stream_schemas & | operator= (stream_schemas const &)=delete |
| stream_schemas (asrt_stream_schemas s) | |
| stream_schemas (stream_schemas &&o) noexcept | |
| stream_schemas (stream_schemas const &)=delete | |
Owning handle for a collection of stream schemas and their records.
Returned by stream_server::take(). Movable, not copyable. Frees all schemas, records, and the backing array on destruction.