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

#include <types.h>

Data Fields

bool hasAnySubParams
 
bool hasSubParams
 
char * id
 
char * info
 
char * param
 
char * sparam
 
struct ArgxcOptionssubParams
 
size_t subParamsCapacity
 
size_t subParamsCount
 

Detailed Description

Definition at line 25 of file types.h.

Field Documentation

◆ hasAnySubParams

bool ArgxcOptions::hasAnySubParams

Definition at line 31 of file types.h.

Referenced by argxcCompareArgs(), argxcCreateOption(), and argxcGetParam().

◆ hasSubParams

bool ArgxcOptions::hasSubParams

Definition at line 30 of file types.h.

Referenced by argxcCompareArgs(), argxcCreateDocs(), argxcCreateOption(), and argxcGetParam().

◆ id

char* ArgxcOptions::id

◆ info

char* ArgxcOptions::info

Definition at line 29 of file types.h.

Referenced by argxcCreateDocs(), argxcCreateOption(), and argxcFreeOption().

◆ param

char* ArgxcOptions::param

◆ sparam

char* ArgxcOptions::sparam

◆ subParams

struct ArgxcOptions* ArgxcOptions::subParams

◆ subParamsCapacity

size_t ArgxcOptions::subParamsCapacity

Definition at line 34 of file types.h.

Referenced by argxcAddSubOption(), and argxcFreeOption().

◆ subParamsCount

size_t ArgxcOptions::subParamsCount

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