ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
Output.hpp File Reference

Quiet-aware output context for CLI subcommands. More...

#include "io/Color.hpp"
#include <fmt/format.h>
#include <cstdio>
#include <functional>
#include <string>

Go to the source code of this file.

Classes

struct  ppforest2::io::Output
 Quiet-aware, indentation-aware output context. More...
 

Namespaces

namespace  ppforest2
 
namespace  ppforest2::io
 

Detailed Description

Quiet-aware output context for CLI subcommands.

Central output abstraction that handles indentation, quiet-mode suppression, stderr error reporting, and progress display. All CLI printing should go through an Output instance.