IStreamWriter Class Reference
|
Space-ng SDK
|
sol3::core::IStreamWriter Class Referenceabstract
Minimal append-only byte sink for streaming writes. More...
#include <sol3/core/stream_writer.h>
Inheritance diagram for sol3::core::IStreamWriter:
Public Member Functions | |
| virtual | ~IStreamWriter ()=default |
| virtual void | write (char const *data, size_t size)=0 |
| Append bytes to the current write position. More... | |
Detailed Description
Minimal append-only byte sink for streaming writes.
Constructor & Destructor Documentation
◆ ~IStreamWriter()
|
virtualdefault |
Member Function Documentation
◆ write()
|
pure virtual |
Append bytes to the current write position.
Implemented in sol3::core::SizeDelimitedLogWriter, and sol3::core::AnyMessageLogWriter.
The documentation for this class was generated from the following file:
- /workspaces/astro/sol3-sdk/cpp/sol3/core/stream_writer.h
Generated by