Argx 1.0.2-build
Simple argument parser made in C
 
Loading...
Searching...
No Matches
Argxc Struct Reference

Data Fields

char * id
 
unsigned int mainArgc
 
char ** mainArgs
 
size_t mainArgsCount
 
ArgxcOptionsoptions
 
size_t optionsCapacity
 
size_t optionsCount
 

Detailed Description

Definition at line 15 of file Argx.c.

Field Documentation

◆ id

char* Argxc::id

Definition at line 16 of file Argx.c.

Referenced by argxcCreate(), argxcCreateDefault(), argxcDestroy(), and argxcGetId().

◆ mainArgc

unsigned int Argxc::mainArgc

Definition at line 19 of file Argx.c.

Referenced by argxcCreate(), argxcCreateDefault(), argxcGetArgc(), and argxcGetParam().

◆ mainArgs

char** Argxc::mainArgs

◆ mainArgsCount

size_t Argxc::mainArgsCount

◆ options

◆ optionsCapacity

size_t Argxc::optionsCapacity

Definition at line 22 of file Argx.c.

Referenced by argxcAddOption(), argxcCreate(), and argxcCreateDefault().

◆ optionsCount

size_t Argxc::optionsCount

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