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

#ifndef XSD_CXX_TREE_STREAM_INSERTION_HEADER_HXX
#define XSD_CXX_TREE_STREAM_INSERTION_HEADER_HXX

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

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

#endif  // XSD_CXX_TREE_STREAM_INSERTION_HEADER_HXX