#include "GenModel.h"#include <iostream>#include <fstream>#include "Range.h"#include <set>Go to the source code of this file.
Classes | |
| class | Gmapalnseg |
| class | Gmapath |
| class | Gmapres |
Functions | |
| vector< int > | getNumbers (const string &str) |
| string | deleteChr (const string &str, char c) |
| int | getInt (const string &str) |
| pair< string, string > | breakString (const string &str, const string &sep) |
| void | trimLeadingSpace (string &str) |
| pair<string,string> breakString | ( | const string & | str, | |
| const string & | sep | |||
| ) |
break a string into two parts according the the separator sep
Referenced by Gmapath::Gmapath(), and main().
| string deleteChr | ( | const string & | str, | |
| char | c | |||
| ) |
Referenced by Gmapath::Gmapath().
| int getInt | ( | const string & | str | ) |
Referenced by main().
| vector<int> getNumbers | ( | const string & | str | ) |
helper functions extract all integer numbers in the string
Referenced by Gmapalnseg::Gmapalnseg(), Gmapath::Gmapath(), and main().
| void trimLeadingSpace | ( | string & | str | ) |
Referenced by main().
1.5.6