asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
asrt::stream_schemas Struct Reference

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_schemasoperator= (stream_schemas &&o) noexcept
 
stream_schemasoperator= (stream_schemas const &)=delete
 
 stream_schemas (asrt_stream_schemas s)
 
 stream_schemas (stream_schemas &&o) noexcept
 
 stream_schemas (stream_schemas const &)=delete
 

Detailed Description

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.


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