Unravel Engine C++ Reference
Loading...
Searching...
No Matches
cmd_line::callback_args Struct Reference

#include <parser.h>

Public Attributes

const std::vector< std::string > & arguments
 
std::ostream & output
 
std::ostream & error
 

Detailed Description

Definition at line 54 of file parser.h.

Member Data Documentation

◆ arguments

const std::vector<std::string>& cmd_line::callback_args::arguments

Definition at line 56 of file parser.h.

◆ error

std::ostream& cmd_line::callback_args::error

Definition at line 58 of file parser.h.

◆ output

std::ostream& cmd_line::callback_args::output

Definition at line 57 of file parser.h.


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