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