Leonardus
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
io.h File Reference

Low level IO helpers declarations. More...

#include <string_view>
+ Include dependency graph for io.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  io
 Collection of low level IO helpers.
 

Functions

int io::nof ()
 Look up number of open files with fcntl().
 

Variables

constexpr std::string_view io::AEC_FGCOL_RESET = "\x1b[39m"
 ANSI escape code foreground color reset.
 
constexpr std::string_view io::AEC_BGCOL_RESET = "\x1b[49m"
 ANSI escape code background color reset.
 
constexpr std::string_view io::AEC_FGCOL_HEADER = "\x1b[33m"
 ANSI escape code foreground color for headers.
 
constexpr std::string_view io::AEC_FGCOL_DICTVALUE = "\x1b[93m"
 ANSI escape code foreground color for dictionary values.
 
constexpr std::string_view io::AEC_BGCOL_LIST = "\x1b[48;5;238m"
 ANSI escape code background color for lists.
 

Detailed Description

Low level IO helpers declarations.