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

#ifndef LIBXSD_CXX_TREE_ISTREAM_FWD_HXX
#define LIBXSD_CXX_TREE_ISTREAM_FWD_HXX

namespace xsd
{
  namespace cxx
  {
    namespace tree
    {
      template<typename S>
      class istream;
    }
  }
}

#endif  // LIBXSD_CXX_TREE_ISTREAM_FWD_HXX