CIOF v1.0.0-build
Char Input Output Format - A simple Input and Output utility library
Loading...
Searching...
No Matches
ciof::CIOFOutputConfig Struct Reference

Set output configuration for ciof::impl::__out() function and its wrappers. More...

#include <ciof.hpp>

Public Attributes

bool ignoreAllFormating = false
bool processing = true
bool spacing = false
std::string spacingDelimeter = " "

Detailed Description

Set output configuration for ciof::impl::__out() function and its wrappers.

Definition at line 16 of file ciof.hpp.

Member Data Documentation

◆ ignoreAllFormating

bool ciof::CIOFOutputConfig::ignoreAllFormating = false

Definition at line 22 of file ciof.hpp.

◆ processing

bool ciof::CIOFOutputConfig::processing = true

Definition at line 25 of file ciof.hpp.

◆ spacing

bool ciof::CIOFOutputConfig::spacing = false

Definition at line 19 of file ciof.hpp.

◆ spacingDelimeter

std::string ciof::CIOFOutputConfig::spacingDelimeter = " "

Definition at line 28 of file ciof.hpp.


The documentation for this struct was generated from the following file: