Stxxl  1.2.1
io.h
1 /***************************************************************************
2  * include/stxxl/bits/io/io.h
3  *
4  * Part of the STXXL. See http://stxxl.sourceforge.net
5  *
6  * Copyright (C) 2002 Roman Dementiev <dementiev@mpi-sb.mpg.de>
7  *
8  * Distributed under the Boost Software License, Version 1.0.
9  * (See accompanying file LICENSE_1_0.txt or copy at
10  * http://www.boost.org/LICENSE_1_0.txt)
11  **************************************************************************/
12 
13 #ifndef STXXL_IO_HEADER
14 #define STXXL_IO_HEADER
15 
16 #include <stxxl/bits/io/iobase.h>
17 #include <stxxl/bits/io/syscall_file.h>
18 #include <stxxl/bits/io/mmap_file.h>
19 #include <stxxl/bits/io/simdisk_file.h>
20 #include <stxxl/bits/io/wincall_file.h>
21 #include <stxxl/bits/io/boostfd_file.h>
22 #include <stxxl/bits/io/mem_file.h>
23 #include <stxxl/bits/io/iostats.h>
24 
25 
26 #ifdef BOOST_MSVC
27  #pragma comment (lib, "libstxxl.lib")
28 #endif
29 
31 __STXXL_BEGIN_NAMESPACE
32 
33 __STXXL_END_NAMESPACE
34 
35 #endif // !STXXL_IO_HEADER