#include <way-pimpl.hxx>
Public Member Functions | |
virtual void | pre () |
virtual void | tag (const std::pair< std::string, std::string > &) |
virtual void | nd (int64_t) |
virtual void | id (long long) |
virtual osm::Way | post_way () |
Definition at line 14 of file way-pimpl.hxx.
void way_pimpl::id | ( | long long | id | ) | [virtual] |
Reimplemented from way_pskel.
Definition at line 33 of file way-pimpl.cxx.
void way_pimpl::nd | ( | int64_t | nd | ) | [virtual] |
Reimplemented from way_pskel.
Definition at line 27 of file way-pimpl.cxx.
osm::Way way_pimpl::post_way | ( | ) | [virtual] |
Implements way_pskel.
Definition at line 39 of file way-pimpl.cxx.
void way_pimpl::pre | ( | ) | [virtual] |
Definition at line 14 of file way-pimpl.cxx.
void way_pimpl::tag | ( | const std::pair< std::string, std::string > & | tag | ) | [virtual] |
Reimplemented from way_pskel.
Definition at line 21 of file way-pimpl.cxx.