Go to the documentation of this file.00001
00002
00003
00004
00005
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