vsl_fwd.h
Go to the documentation of this file.
1 // This is core/vsl/vsl_fwd.h
2 #ifndef vsl_fwd_h_
3 #define vsl_fwd_h_
4 //:
5 // \file
6 // \author Ian Scott
7 
8 class vsl_b_ostream;
9 class vsl_b_istream;
11 
12 #endif // vsl_fwd_h_
A binary output adaptor for any std::ostream.
Definition: vsl_binary_io.h:37
An adaptor for any std::istream to make it suitable for binary input.