|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
Encoder and stream using ascii. More...
#include <cmath>#include <limits>#include <concepts>#include <algorithm>#include <optional>#include <cstdint>#include <string>#include <span>#include <sstream>#include <gridformat/common/output_stream.hpp>#include <gridformat/common/reserved_string.hpp>Go to the source code of this file.
Classes | |
| struct | GridFormat::AsciiFormatOptions |
| Options for fomatted output of ranges with ascii encoding. More... | |
| class | GridFormat::AsciiOutputStream< OStream > |
| Wrapper around a given stream to write formatted ascii output. More... | |
| struct | GridFormat::Encoding::Ascii |
| Ascii encoder. More... | |
Variables | |
| constexpr Ascii | GridFormat::Encoding::ascii |
| Instance of the ascii encoder. | |