Public Member Functions
way_pimpl Class Reference

#include <way-pimpl.hxx>

Inheritance diagram for way_pimpl:
way_pskel

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 ()

Detailed Description

Definition at line 14 of file way-pimpl.hxx.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines