#include <iostream.h>#include <fstream.h>#include <string>#include <vector>Classes | |
| class | gbprt |
Functions | |
| string | getfield (istream &ins, string &ln) |
| vector< string > | split (const string &f, char sep[]=" ") |
| int | main (int argc, char *argv[]) |
| string getfield | ( | istream & | ins, | |
| string & | ln | |||
| ) |
Referenced by gbprt::read().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References ifstream(), gbprt::read(), and gbprt::write().
| vector<string> split | ( | const string & | f, | |
| char | sep[] = " " | |||
| ) |
References sep.
1.5.6