#include <dve_commonparse.hh>
Public Member Functions | |
dve_position_t (const dve_position_t &loc) | |
void | lines (int num) |
void | reset () |
void | step () |
Public Attributes | |
int | first_column |
int | first_line |
int | last_column |
int | last_line |
This structure is used in an implementation of parser of DVE files You should not need to use it during an implementation of program based on this library