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