Cthulhu  0.2.10
Cthulhu compiler collection

the result of parsing the command line More...

#include <setup.h>

Collaboration diagram for setup_init_t:

Data Fields

int argc
 the arguments More...
 
const char ** argv
 
int exitcode
 the exitcode More...
 
vector_tposargs
 the parsed position arguments More...
 
const colour_pallete_tpallete
 the chosen colour pallete More...
 
heading_style_t heading
 the chosen heading style More...
 

Detailed Description

the result of parsing the command line

Definition at line 68 of file setup.h.

Field Documentation

◆ argc

int setup_init_t::argc

the arguments

Definition at line 71 of file setup.h.

◆ argv

const char** setup_init_t::argv

Definition at line 72 of file setup.h.

◆ exitcode

int setup_init_t::exitcode

the exitcode

Warning
dont use this directly, use setup_should_exit() and setup_exit_code()

Definition at line 76 of file setup.h.

◆ heading

heading_style_t setup_init_t::heading

the chosen heading style

Definition at line 85 of file setup.h.

◆ pallete

const colour_pallete_t* setup_init_t::pallete

the chosen colour pallete

Definition at line 82 of file setup.h.

◆ posargs

vector_t* setup_init_t::posargs

the parsed position arguments

Definition at line 79 of file setup.h.


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