Thrill  0.1
io.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  * foxxll/io.hpp
3  *
4  * Part of FOXXLL. See http://foxxll.org
5  *
6  * Copyright (C) 2002 Roman Dementiev <[email protected]>
7  * Copyright (C) 2008 Andreas Beckmann <[email protected]>
8  *
9  * Distributed under the Boost Software License, Version 1.0.
10  * (See accompanying file LICENSE_1_0.txt or copy at
11  * http://www.boost.org/LICENSE_1_0.txt)
12  **************************************************************************/
13 
14 #ifndef FOXXLL_IO_HEADER
15 #define FOXXLL_IO_HEADER
16 
20 #include <foxxll/io/file.hpp>
22 #include <foxxll/io/iostats.hpp>
25 #include <foxxll/io/mmap_file.hpp>
26 #include <foxxll/io/request.hpp>
30 
31 //! \c FOXXLL library namespace
32 namespace foxxll {
33 
34 // ...
35 
36 } // namespace foxxll
37 
38 #endif // !FOXXLL_IO_HEADER
39 
40 /**************************************************************************/
FOXXLL library namespace