GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
raw.hpp File Reference

Encoder and stream for raw binary output. More...

#include <span>
#include <istream>
#include <gridformat/common/serialization.hpp>
#include <gridformat/common/output_stream.hpp>

Go to the source code of this file.

Classes

struct  GridFormat::RawDecoder
 For compatibility with Base64. More...
 
class  GridFormat::RawBinaryStream< OStream >
 Wrapper around a given stream to write raw binary data. More...
 
struct  GridFormat::Encoding::RawBinary
 Raw binary encoder. More...
 

Variables

constexpr RawBinary GridFormat::Encoding::raw
 Instance of the raw binary encoder.