alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <parse_info.hpp>
Public Member Functions | |
ParseInfo () | |
ParseInfo (const string &sourcefile, unsigned int column, unsigned int line, const string &linecontent) | |
const string & | getSourceFile () const |
const unsigned int & | getColumn () const |
const unsigned int & | getLine () const |
const string & | getLineContent () const |
Private Attributes | |
string | sourcefile |
unsigned int | column |
unsigned int | line |
string | linecontent |
Definition at line 30 of file parse_info.hpp.
|
inline |
Definition at line 32 of file parse_info.hpp.
|
inline |
Definition at line 39 of file parse_info.hpp.
|
inline |
Definition at line 49 of file parse_info.hpp.
|
inline |
Definition at line 50 of file parse_info.hpp.
|
inline |
Definition at line 51 of file parse_info.hpp.
|
inline |
Definition at line 48 of file parse_info.hpp.
|
private |
Definition at line 56 of file parse_info.hpp.
|
private |
Definition at line 57 of file parse_info.hpp.
|
private |
Definition at line 58 of file parse_info.hpp.
|
private |
Definition at line 55 of file parse_info.hpp.