Leonardus
Loading...
Searching...
No Matches
Functions | Variables
io Namespace Reference

Collection of low level IO helpers. More...

Functions

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

Variables

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

Detailed Description

Collection of low level IO helpers.

Function Documentation

◆ nof()

int io::nof ( )

Look up number of open files with fcntl().

Returns
int ... Number of open files.