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

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.