// file : xsde/cxx/parser/name-processor.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_NAME_PROCESSOR_HXX #define CXX_PARSER_NAME_PROCESSOR_HXX #include #include #include namespace CXX { namespace Parser { using namespace Cult::Types; class NameProcessor { public: Void process (CLI::Options const&, XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const&, Boolean deep); }; } } #endif // CXX_PARSER_NAME_PROCESSOR_HXX