#include <textfile.h>
Inheritance diagram for ht_ltextfile_line:
Public Member Functions | |
virtual | ~ht_ltextfile_line () |
Public Attributes | |
lexer_state | instate |
struct { | |
FILEOFS ofs | |
UINT len | |
} | on_disk |
bool | is_in_memory |
struct { | |
char * data | |
UINT len | |
} | in_memory |
FILEOFS | nofs |
byte | lineendlen |
byte | lineend [2] |
|
Definition at line 121 of file textfile.cc. References in_memory, and is_in_memory. |
|
Definition at line 88 of file textfile.h. |
|
|
Definition at line 81 of file textfile.h. Referenced by ht_ltextfile::getline(), ht_ltextfile::insert_lines(), ht_ltextfile::reread(), and ht_ltextfile::update_parse(). |
|
|
Definition at line 89 of file textfile.h. |
|
Definition at line 93 of file textfile.h. Referenced by ht_ltextfile::insert_lines(), ht_ltextfile::read(), and ht_ltextfile::reread(). |
|
Definition at line 92 of file textfile.h. Referenced by ht_ltextfile::insert_lines(), ht_ltextfile::next_nofs(), ht_ltextfile::read(), and ht_ltextfile::reread(). |
|
Definition at line 91 of file textfile.h. Referenced by ht_ltextfile::convert_line2ofs(), ht_ltextfile::convert_ofs2line(), ht_ltextfile::insert_lines(), ht_ltextfile::next_nofs(), ht_ltextfile::reread(), ht_ltextfile::set_layered_assume(), and ht_ltextfile::update_nofs(). |
|
Definition at line 83 of file textfile.h. |
|