sl@0
|
1 |
// (C) Copyright Jonathan Turkanis 2005.
|
sl@0
|
2 |
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
sl@0
|
3 |
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
|
sl@0
|
4 |
|
sl@0
|
5 |
// See http://www.boost.org/libs/iostreams for documentation.
|
sl@0
|
6 |
|
sl@0
|
7 |
#ifndef BOOST_IOSTREAMS_OPERATIONS_HPP_INCLUDED
|
sl@0
|
8 |
#define BOOST_IOSTREAMS_OPERATIONS_HPP_INCLUDED
|
sl@0
|
9 |
|
sl@0
|
10 |
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
sl@0
|
11 |
# pragma once
|
sl@0
|
12 |
#endif
|
sl@0
|
13 |
|
sl@0
|
14 |
#include <boost/iostreams/operations_fwd.hpp>
|
sl@0
|
15 |
#include <boost/iostreams/close.hpp>
|
sl@0
|
16 |
#include <boost/iostreams/flush.hpp>
|
sl@0
|
17 |
#include <boost/iostreams/imbue.hpp>
|
sl@0
|
18 |
#include <boost/iostreams/input_sequence.hpp>
|
sl@0
|
19 |
#include <boost/iostreams/optimal_buffer_size.hpp>
|
sl@0
|
20 |
#include <boost/iostreams/output_sequence.hpp>
|
sl@0
|
21 |
#include <boost/iostreams/read.hpp>
|
sl@0
|
22 |
#include <boost/iostreams/seek.hpp>
|
sl@0
|
23 |
#include <boost/iostreams/write.hpp>
|
sl@0
|
24 |
|
sl@0
|
25 |
#endif // #ifndef BOOST_IOSTREAMS_OPERATIONS_HPP_INCLUDED
|