Michele De Stefano's C++ Utilities
cfile_stream_fwd.hpp
1 // cfile_stream_fwd.hpp
2 //
3 // Copyright (c) 2009 - Michele De Stefano (micdestefano@users.sourceforge.net)
4 //
5 // Distributed under the MIT License (See accompanying file LICENSE)
6 
7 #ifndef CFILE_STREAM_FWD_HPP_INCLUDED
8 #define CFILE_STREAM_FWD_HPP_INCLUDED
9 
10 // Forward declarations
11 namespace mds_utils { namespace file_utils {
12 
13 class cFile_Source;
14 class cFile_Sink;
15 
16 }}
17 
18 #endif
Main namespace of all Michele De Stefano's C++ utilities.
Definition: endian.hpp:30