Public Member Functions | |
| InputFile () | |
| ~InputFile () | |
| bool | open (const CPPFile &file) |
| bool | connect_input (const string &input) |
| int | get () |
Public Attributes | |
| const CPPManifest * | _ignore_manifest |
| CPPFile | _file |
| string | _input |
| istream * | _in |
| int | _line_number |
| int | _col_number |
| bool | _lock_position |
| int | _prev_last_c |
|
|
Definition at line 94 of file cppPreprocessor.cxx. |
|
|
Definition at line 110 of file cppPreprocessor.cxx. References _file, CPPFile::_filename, _in, NULL, and Filename::open_read(). |
|
|
Definition at line 142 of file cppPreprocessor.cxx. |
|
|
Definition at line 158 of file cppPreprocessor.cxx. References _col_number, _line_number, and _lock_position. |
|
|
Definition at line 124 of file cppPreprocessor.cxx. |
|
|
Definition at line 189 of file cppPreprocessor.h. Referenced by get(). |
|
|
Definition at line 185 of file cppPreprocessor.h. Referenced by ~InputFile(). |
|
|
Definition at line 184 of file cppPreprocessor.h. |
|
|
Definition at line 187 of file cppPreprocessor.h. Referenced by connect_input(), open(), and ~InputFile(). |
|
|
Definition at line 186 of file cppPreprocessor.h. Referenced by open(). |
|
|
Definition at line 188 of file cppPreprocessor.h. Referenced by get(). |
|
|
Definition at line 190 of file cppPreprocessor.h. Referenced by get(). |
|
|
Definition at line 191 of file cppPreprocessor.h. |
1.3