ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ProcessResult Struct Reference

Captured output of a child-process invocation. More...

#include <CLI.integration.hpp>

Public Attributes

int exit_code
 
std::string stderr_output
 
std::string stdout_output
 

Detailed Description

Captured output of a child-process invocation.

Holds the exit code and the entire stdout text so tests can assert both process success and textual output content.

Member Data Documentation

◆ exit_code

int ProcessResult::exit_code

◆ stderr_output

std::string ProcessResult::stderr_output

◆ stdout_output

std::string ProcessResult::stdout_output

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