|
The SwappyItems Key-Values Store
|
Classes | |
| struct | Reference |
| struct | warn |
| struct | info |
| struct | fatal |
| struct | Parser |
Typedefs | |
| typedef std::map< std::string, std::string > | Tags |
| typedef std::vector< Reference > | References |
Functions | |
| template<typename Visitor > | |
| void | read_osm_pbf (const std::string &filename, Visitor &visitor, bool wayOnly) |
| std::streampos | fileSize (const char *filePath) |
| template<typename T > | |
| Tags | get_tags (const T &object, const OSMPBF::PrimitiveBlock &primblock) |
| typedef std::vector<Reference> CanalTP::References |
| typedef std::map<std::string, std::string> CanalTP::Tags |
| std::streampos CanalTP::fileSize | ( | const char * | filePath | ) |
| Tags CanalTP::get_tags | ( | const T & | object, |
| const OSMPBF::PrimitiveBlock & | primblock | ||
| ) |
| void CanalTP::read_osm_pbf | ( | const std::string & | filename, |
| Visitor & | visitor, | ||
| bool | wayOnly | ||
| ) |
Read a pbf file and throw via callback (Visitor template got them) data
| filename | the filename of the pbf file |
| visitor | the object, who has the callbacks |
| wayOnly | phrase the pbf and only act/throw data, if a way tag is readed |