AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
FormatterOptions Struct Reference
Collaboration diagram for FormatterOptions:

Public Attributes

std::shared_ptr< std::istream > input
std::shared_ptr< std::ostream > output
bool color = false

Detailed Description

CLI JSON formatter options

\autor Vincent Lachenal

Member Data Documentation

◆ color

bool FormatterOptions::color = false

Color output

◆ input

std::shared_ptr<std::istream> FormatterOptions::input

The input stream to read

◆ output

std::shared_ptr<std::ostream> FormatterOptions::output

The output stream to write in


The documentation for this struct was generated from the following file:
  • anch-json/utils/jsonFormat.cpp