![]() |
GeNN
2.2.3
GPU enhanced Neuronal Networks (GeNN)
|
This file contains some tools for parsing the argv array which contains the command line options. More...
#include <string>
Go to the source code of this file.
Functions | |
string | toUpper (string s) |
string | toLower (string s) |
int | extract_option (char *op, string &option) |
int | extract_bool_value (char *op, unsigned int &val) |
int | extract_string_value (char *op, string &val) |
This file contains some tools for parsing the argv array which contains the command line options.
int extract_bool_value | ( | char * | op, |
unsigned int & | val | ||
) |
int extract_option | ( | char * | op, |
string & | option | ||
) |
int extract_string_value | ( | char * | op, |
string & | val | ||
) |
string toLower | ( | string | s | ) |
string toUpper | ( | string | s | ) |