Stxxl
1.2.1
|
00001 /*************************************************************************** 00002 * include/stxxl/bits/io/io.h 00003 * 00004 * Part of the STXXL. See http://stxxl.sourceforge.net 00005 * 00006 * Copyright (C) 2002 Roman Dementiev <dementiev@mpi-sb.mpg.de> 00007 * 00008 * Distributed under the Boost Software License, Version 1.0. 00009 * (See accompanying file LICENSE_1_0.txt or copy at 00010 * http://www.boost.org/LICENSE_1_0.txt) 00011 **************************************************************************/ 00012 00013 #ifndef STXXL_IO_HEADER 00014 #define STXXL_IO_HEADER 00015 00016 #include <stxxl/bits/io/iobase.h> 00017 #include <stxxl/bits/io/syscall_file.h> 00018 #include <stxxl/bits/io/mmap_file.h> 00019 #include <stxxl/bits/io/simdisk_file.h> 00020 #include <stxxl/bits/io/wincall_file.h> 00021 #include <stxxl/bits/io/boostfd_file.h> 00022 #include <stxxl/bits/io/mem_file.h> 00023 #include <stxxl/bits/io/iostats.h> 00024 00025 00026 #ifdef BOOST_MSVC 00027 #pragma comment (lib, "libstxxl.lib") 00028 #endif 00029 00031 __STXXL_BEGIN_NAMESPACE 00032 00033 __STXXL_END_NAMESPACE 00034 00035 #endif // !STXXL_IO_HEADER