DSQSS
1.1
|
#include <io.h>
Public メソッド | |
void | open (const char *name) |
FileReader () | |
FileReader (char *name) | |
void | rewind () |
void | set_mark () |
void | goto_mark () |
bool | read () |
char * | line () |
int | split () |
string & | word (int i) |
int | as_int (int i) |
double | as_double (int i) |
void | show () |
void | dump () |
string | get (char *key) |
int | makeIndex (const char *scope, const char *field, const char *k0, Array< int > &index) |
void | getWordList (int &NW, string *&W) |
Private 変数 | |
char | NAME [BLEN] |
char | LINE [BLEN] |
int | IL |
int | NW |
string | WORD [BLEN] |
ifstream | INS |
streampos | top |
streampos | mark |
FileReader | ( | ) | [inline] |
FileReader | ( | char * | name | ) | [inline] |
void getWordList | ( | int & | NW, |
string *& | W | ||
) | [inline] |