#include <iostream>#include <string>#include <vector>#include <map>Go to the source code of this file.
Classes | |
| class | gbdate |
Defines | |
| #define | LINE 84 |
Functions | |
| void | getField (char *&f, istream &ins, char ln[]) |
| void | getf (string &ff, istream &ins, string &ln) |
| string | getf (istream &ins, string &ln) |
Variables | |
| const int | FIELD_START = 12 |
| #define LINE 84 |
| void getf | ( | string & | ff, | |
| istream & | ins, | |||
| string & | ln | |||
| ) |
References FIELD_START.
| void getField | ( | char *& | f, | |
| istream & | ins, | |||
| char | ln[] | |||
| ) |
References FIELD_START, and LINE.
| const int FIELD_START = 12 |
Referenced by getf(), and getField().
1.5.6