Definition at line 66 of file helper.cc.
◆ Parser()
routeguide::Parser::Parser |
( |
const std::string & |
db | ) |
|
|
inlineexplicit |
◆ Finished()
bool routeguide::Parser::Finished |
( |
| ) |
|
|
inline |
◆ Match()
bool routeguide::Parser::Match |
( |
const std::string & |
prefix | ) |
|
|
inlineprivate |
◆ ReadLong()
void routeguide::Parser::ReadLong |
( |
long * |
l | ) |
|
|
inlineprivate |
◆ SetFailedAndReturnFalse()
bool routeguide::Parser::SetFailedAndReturnFalse |
( |
| ) |
|
|
inlineprivate |
◆ TryParseOne()
bool routeguide::Parser::TryParseOne |
( |
Feature * |
feature | ) |
|
|
inline |
◆ current_
size_t routeguide::Parser::current_ = 0 |
|
private |
◆ db_
std::string routeguide::Parser::db_ |
|
private |
◆ failed_
◆ latitude_
const std::string routeguide::Parser::latitude_ = "\"latitude\":" |
|
private |
◆ location_
const std::string routeguide::Parser::location_ = "\"location\":" |
|
private |
◆ longitude_
const std::string routeguide::Parser::longitude_ = "\"longitude\":" |
|
private |
◆ name_
const std::string routeguide::Parser::name_ = "\"name\":" |
|
private |
The documentation for this class was generated from the following file: