GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
command_line_processing.h File Reference

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)
 

Detailed Description

This file contains some tools for parsing the argv array which contains the command line options.

Function Documentation

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)