Cthulhu  0.2.10
Cthulhu compiler collection
print_config_t Struct Reference

config format options More...

#include <config.h>

Collaboration diagram for print_config_t:

Data Fields

print_options_t options
 generic print options More...
 
bool print_usage
 should the command line usage header be printed More...
 
bool win_style
 which platform to format for if true, all flags will be formatted with a leading slash if false, short flags will be formatted with a leading dash and long flags with a leading double dash More...
 
const char * name
 command line name of this program More...
 

Detailed Description

config format options

Definition at line 18 of file config.h.

Field Documentation

◆ name

const char* print_config_t::name

command line name of this program

Note
can be null if print_usage is false

Definition at line 33 of file config.h.

◆ options

print_options_t print_config_t::options

generic print options

Definition at line 21 of file config.h.

◆ print_usage

bool print_config_t::print_usage

should the command line usage header be printed

Definition at line 24 of file config.h.

◆ win_style

bool print_config_t::win_style

which platform to format for if true, all flags will be formatted with a leading slash if false, short flags will be formatted with a leading dash and long flags with a leading double dash

Definition at line 29 of file config.h.


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