// file : xsde/cxx/serializer/type-processor.hxx // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_SERIALIZER_TYPE_PROCESSOR_HXX #define CXX_SERIALIZER_TYPE_PROCESSOR_HXX #include #include #include #include namespace CXX { namespace Serializer { class TypeProcessor { public: void process (options const&, XSDFrontend::SemanticGraph::Schema&, TypeMap::Namespaces&); }; } } #endif // CXX_SERIALIZER_TYPE_PROCESSOR_HXX