#include <Parser.H>
Public Member Functions | |
Parser () | |
Dummy constructor that throws an error requesting a file name. | |
~Parser () | |
Parser (std::string &filename, bool arcs) | |
Constructor that takes in a file containing RIGIS data and initiates parse sequence. | |
void | loadMap () |
Method that inputs data into the map data structure containing common street identifier abbreviations. | |
std::string | stripQuote (std::string &s) |
Function that strips unnecessary quotation marks from RIGIS data files. | |
std::string | inttostr (int i) |
Function to convert a variable of type int to a variable of type string. | |
Public Attributes | |
std::map< std::string, std::string > | AbreviationMap |
Map data structure containing common street identifies (i.e. ST, RD, etc.) and their full versions for use in parsing and storing data. |
|
Dummy constructor that throws an error requesting a file name.
|
Here is the call graph for this function:
|
|
|
Constructor that takes in a file containing RIGIS data and initiates parse sequence.
|
Here is the call graph for this function:
|
Function to convert a variable of type int to a variable of type string.
|
|
Method that inputs data into the map data structure containing common street identifier abbreviations.
|
|
Function that strips unnecessary quotation marks from RIGIS data files.
|
|
Map data structure containing common street identifies (i.e. ST, RD, etc.) and their full versions for use in parsing and storing data.
|