COMPASSi/trunk/code/inc/DataManager/XmlSerialization/xsd/cxx/tree/istream-fwd.hxx

20 lines
352 B
C++
Raw Normal View History

2025-06-25 15:06:42 +08:00
// 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