Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Data Fields
option_s Struct Reference

#include <arg_parse.h>

Collaboration diagram for option_s:
Collaboration graph

Data Fields

char * name
 
bool has_arg
 
bool has_multiple_arg
 
char * help
 
bool mandatory
 
void * default_value
 

Detailed Description

Definition at line 22 of file arg_parse.h.

Field Documentation

◆ default_value

void* option_s::default_value

Definition at line 28 of file arg_parse.h.

◆ has_arg

bool option_s::has_arg

Definition at line 24 of file arg_parse.h.

◆ has_multiple_arg

bool option_s::has_multiple_arg

Definition at line 25 of file arg_parse.h.

◆ help

char* option_s::help

Definition at line 26 of file arg_parse.h.

◆ mandatory

bool option_s::mandatory

Definition at line 27 of file arg_parse.h.

◆ name

char* option_s::name

Definition at line 23 of file arg_parse.h.


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