20 lines
352 B
C++
20 lines
352 B
C++
// file : xsd/cxx/tree/istream-fwd.hxx
|
|
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
|
|
|
|
#ifndef XSD_CXX_TREE_ISTREAM_FWD_HXX
|
|
#define XSD_CXX_TREE_ISTREAM_FWD_HXX
|
|
|
|
namespace xsd
|
|
{
|
|
namespace cxx
|
|
{
|
|
namespace tree
|
|
{
|
|
template<typename S>
|
|
class istream;
|
|
}
|
|
}
|
|
}
|
|
|
|
#endif // XSD_CXX_TREE_ISTREAM_FWD_HXX
|