summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx/tree/parser-header.hxx
blob: b7860c4dd0dec2d60e8c0f94bb2dffea7beb4698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : xsd/cxx/tree/parser-header.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_CXX_TREE_PARSER_HEADER_HXX
#define XSD_CXX_TREE_PARSER_HEADER_HXX

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


namespace CXX
{
  namespace Tree
  {
    void
    generate_parser_header (Context&);
  }
}

#endif  // XSD_CXX_TREE_PARSER_HEADER_HXX