#include <cparser.h>


Public Member Functions | |
| a2dFileLineParser (const wxString &the_file, a2dVariablesHash &aliaslist) | |
| constructor | |
| ~a2dFileLineParser () | |
| destructor | |
| bool | ReadItem (const wxString &type) |
| read a command, if not the required one, it is stored | |
| int | GetLineNumber () |
| current line number | |
| wxString & | GetFileName () |
| get opened file | |
| void | Reset () |
| start from beginning of the file | |
| bool | ParseNextCommand () |
| parse the next command | |
| wxString & | LastReadCommand () |
Protected Member Functions | |
| void | IncC () |
| reading characters from the file | |
| wxChar | PeekNextC () |
| peek at next character | |
Protected Attributes | |
| int | m_linenumber |
| current line number | |
| wxString | m_line_file |
| holds the filename from the layer file | |
| wxString | m_keyword |
| last read command | |
| bool | m_back |
| is the last command stored | |
Definition at line 275 of file cparser.h.