|
TECA
The Toolkit for Extreme Climate Analysis
|
#include <teca_file_util.h>
Public Member Functions | |
| int | initialize (const char *file_name) |
| operator bool () | |
| char * | current () |
| void | pop () |
| size_t | line_number () |
Public Attributes | |
| char * | m_buffer |
| std::deque< char * > | m_lines |
| size_t | m_line_number |
a stack of lines. lines can be popped as they are processed and the current line number is recorded.