#include <tag-pimpl.hxx>
Public Member Functions | |
virtual void | pre () |
virtual void | k (const ::std::string &) |
virtual void | v (const ::std::string &) |
virtual std::pair< std::string, std::string > | post_tag () |
Definition at line 13 of file tag-pimpl.hxx.
void tag_pimpl::k | ( | const ::std::string & | k | ) | [virtual] |
Reimplemented from tag_pskel.
Definition at line 19 of file tag-pimpl.cxx.
std::pair< std::string, std::string > tag_pimpl::post_tag | ( | ) | [virtual] |
Implements tag_pskel.
Definition at line 31 of file tag-pimpl.cxx.
void tag_pimpl::pre | ( | ) | [virtual] |
Definition at line 14 of file tag-pimpl.cxx.
void tag_pimpl::v | ( | const ::std::string & | v | ) | [virtual] |
Reimplemented from tag_pskel.
Definition at line 25 of file tag-pimpl.cxx.