File Input stream.
More...
Private Attributes |
| FILE * | fp |
Additional Inherited Members |
| int | lines |
Detailed Description
Constructor & Destructor Documentation
| DtlFileInputStream::DtlFileInputStream |
( |
FILE * |
| ) |
|
takes a file pointer.
The lifetime of this pointer must be greater than the lifetime of this class.
| virtual DtlFileInputStream::~DtlFileInputStream |
( |
| ) |
|
|
virtual |
Member Function Documentation
| int DtlFileInputStream::fgetc |
( |
void |
| ) |
|
|
virtual |
| int DtlFileInputStream::fgetc_past_whitespace |
( |
void |
| ) |
|
|
virtual |
| int DtlFileInputStream::flush_until |
( |
char |
terminator | ) |
|
|
virtual |
| int DtlFileInputStream::peekc |
( |
void |
| ) |
|
|
virtual |
| int DtlFileInputStream::ungetc |
( |
int |
c | ) |
|
|
virtual |
Member Data Documentation
| FILE* DtlFileInputStream::fp |
|
private |
The documentation for this class was generated from the following file: