11 #include "ArgsOptions.h" 30 void handle(
int argc,
char *argv[]);
45 #endif // ARGS_HANDLER_H std::string _file_name
The name of the string file.
Definition: ArgsHandler.h:25
std::string get_string_file()
Returns the content of the source file passed to Brain as a string.
Definition: ArgsHandler.cpp:126
std::string get_file_name()
Returns the name of the file passed to Brain as a string.
Definition: ArgsHandler.cpp:132
void handle(int argc, char *argv[])
Called in the constructor to handle all the arguments passed to Brain.
Definition: ArgsHandler.cpp:22
std::string _string_file
The source file passed to Brain.
Definition: ArgsHandler.h:23
Consumes the arguments passed to brain and do whatever actions it's supposed to.
Definition: ArgsHandler.h:19