#include <iostream.h>#include <fstream.h>#include <string>#include <vector>#include <utility>#include <list>Functions | |
| pair< string, string > | split (const string &ln) |
| list< pair< int, int > > | listgap (const string &s) |
| void | outputList (list< pair< int, int > > &gl, ostream &os) |
| int | main (int argc, char *argv[]) |
| list< pair< int, int > > listgap | ( | const string & | s | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References ifstream(), listgap(), name, outputList(), and split().
| void outputList | ( | list< pair< int, int > > & | gl, | |
| ostream & | os | |||
| ) |
| pair< string, string > split | ( | const string & | ln | ) |
References name.
1.5.6