// file : xsde/cxx/tree/order-processor.hxx // copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_TREE_ORDER_PROCESSOR_HXX #define CXX_TREE_ORDER_PROCESSOR_HXX #include #include #include #include namespace CXX { namespace Tree { class OrderProcessor { public: bool process (options const&, XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const& file); }; } } #endif // CXX_TREE_ORDER_PROCESSOR_HXX