|
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.
|
#include <Parsing.hpp>

Public Member Functions | |
| Parsing () | |
| void | help () const |
| bool | parse_args (int ac, char **av) |
| bool | validate_args () const |
| void | print_args () const |
Definition at line 14 of file Parsing.hpp.
| Gui::Parsing::Parsing | ( | ) |
Definition at line 14 of file Parsing.cpp.
| void Gui::Parsing::help | ( | ) | const |
Definition at line 17 of file Parsing.cpp.
| bool Gui::Parsing::parse_args | ( | int | ac, |
| char ** | av ) |
Definition at line 22 of file Parsing.cpp.
| void Gui::Parsing::print_args | ( | ) | const |
Definition at line 46 of file Parsing.cpp.
| bool Gui::Parsing::validate_args | ( | ) | const |
Definition at line 38 of file Parsing.cpp.