ArgPar-C v1.0.0-build
Simple and powerful Argument Parser for C
Loading...
Searching...
No Matches
APC_ArgParser Struct Reference

#include <APC_ArgParser.h>

Data Fields

int argc
CVEC args
char ** argv
bool enableColor
char * fullHelp
char * helpDescription

Detailed Description

Definition at line 39 of file APC_ArgParser.h.

Field Documentation

◆ argc

int APC_ArgParser::argc

Definition at line 43 of file APC_ArgParser.h.

Referenced by apc_get(), and apc_init().

◆ args

CVEC APC_ArgParser::args

Definition at line 48 of file APC_ArgParser.h.

Referenced by apc_add(), apc_destroy(), apc_generateHelp(), apc_get(), and apc_init().

◆ argv

char** APC_ArgParser::argv

Definition at line 50 of file APC_ArgParser.h.

Referenced by apc_get(), and apc_init().

◆ enableColor

bool APC_ArgParser::enableColor

Definition at line 41 of file APC_ArgParser.h.

Referenced by __apc_colorFormat(), and apc_init().

◆ fullHelp

char* APC_ArgParser::fullHelp

Definition at line 45 of file APC_ArgParser.h.

◆ helpDescription

char* APC_ArgParser::helpDescription

Definition at line 46 of file APC_ArgParser.h.


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