summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx/tree/polymorphism-processor.hxx
blob: 88019a88811a3b61a10851e11e95720be55816c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// file      : xsde/cxx/tree/polymorphism-processor.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_CXX_TREE_POLYMORPHISM_PROCESSOR_HXX
#define XSD_CXX_TREE_POLYMORPHISM_PROCESSOR_HXX

#include <libxsd-frontend/semantic-graph.hxx>

#include <xsd/xsd.hxx>
#include <xsd/types.hxx>

#include <xsd/cxx/tree/options.hxx>

namespace CXX
{
  namespace Tree
  {
    class PolymorphismProcessor
    {
    public:
      bool
      process (options const&,
               XSDFrontend::SemanticGraph::Schema&,
               XSDFrontend::SemanticGraph::Path const& file,
               const WarningSet& disabled_warnings);
    };
  }
}

#endif // XSD_CXX_TREE_POLYMORPHISM_PROCESSOR_HXX