/home/martin/workspace/OpenStreetNav/src/xmlparse/nd-pimpl.cxx
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 #include "nd-pimpl.hxx"
00009 
00010 // nd_pimpl
00011 //
00012 
00013 void nd_pimpl::
00014 pre ()
00015 {
00016 }
00017 
00018 void nd_pimpl::
00019 ref (long long ref)
00020 {
00021   id=ref;
00022 }
00023 
00024 int64_t nd_pimpl::
00025 post_nd ()
00026 {
00027   return id;
00028 }
00029 
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines