/home/martin/workspace/OpenStreetNav/src/xmlparse/member_type-pimpl.hxx
Go to the documentation of this file.
00001 // Not copyrighted - public domain.
00002 //
00003 // This sample parser implementation was generated by CodeSynthesis XSD,
00004 // an XML Schema to C++ data binding compiler. You may use it in your
00005 // programs without any restrictions.
00006 //
00007 
00008 #ifndef MEMBER_TYPE_PIMPL_HXX
00009 #define MEMBER_TYPE_PIMPL_HXX
00010 
00011 #include "member_type-pskel.hxx"
00012 #include "../elements/osmelements.h"
00013 
00014 class member_type_pimpl: public virtual member_type_pskel,
00015   public ::xml_schema::string_pimpl
00016 {
00017   public:
00018   virtual void
00019   pre ();
00020 
00021   virtual osm::ObjectType
00022   post_member_type ();
00023 };
00024 
00025 #endif // MEMBER_TYPE_PIMPL_HXX
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines