Cthulhu  0.2.10
Cthulhu compiler collection
ap_t Struct Reference

argparse instance More...

#include <common.h>

Collaboration diagram for ap_t:

Data Fields

arena_tarena
 allocation arena More...
 
cfg_group_tconfig
 the root config group More...
 
map_tname_lookup
 a mapping of names to parameters More...
 
map_tevent_lookup
 
vector_tposarg_callbacks
 
vector_tposargs
 all positional arguments ie arguments without a leading dash or slash More...
 
vector_tunknown
 all unknown arguments arguments that the config did not register at startup More...
 
vector_terrors
 all errors errors other than unknown arguments More...
 
size_t count
 tracks the number of encountered arguments only counts arguments that are not positional or unknown More...
 

Detailed Description

argparse instance

argument parser

Definition at line 25 of file common.h.

Field Documentation

◆ arena

arena_t* ap_t::arena

allocation arena

Definition at line 28 of file common.h.

◆ config

cfg_group_t* ap_t::config

the root config group

Definition at line 31 of file common.h.

◆ count

size_t ap_t::count

tracks the number of encountered arguments only counts arguments that are not positional or unknown

Definition at line 59 of file common.h.

◆ errors

vector_t* ap_t::errors

all errors errors other than unknown arguments

Definition at line 55 of file common.h.

◆ event_lookup

map_t* ap_t::event_lookup

Definition at line 38 of file common.h.

◆ name_lookup

map_t* ap_t::name_lookup

a mapping of names to parameters

Definition at line 35 of file common.h.

◆ posarg_callbacks

vector_t* ap_t::posarg_callbacks

Definition at line 41 of file common.h.

◆ posargs

vector_t* ap_t::posargs

all positional arguments ie arguments without a leading dash or slash

Definition at line 46 of file common.h.

◆ unknown

vector_t* ap_t::unknown

all unknown arguments arguments that the config did not register at startup

Definition at line 51 of file common.h.


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