Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/process/v1/detail/windows/asio_fwd.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright (c) 2016 Klemens D. Morgenstern
0002 //
0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 #ifndef BOOST_PROCESS_DETAIL_WINDOWS_ASIO_FWD_HPP_
0007 #define BOOST_PROCESS_DETAIL_WINDOWS_ASIO_FWD_HPP_
0008 
0009 #include <boost/process/v1/detail/config.hpp>
0010 #include <boost/asio/ts/netfwd.hpp>
0011 #include <memory>
0012 
0013 namespace boost { namespace asio {
0014 
0015 class mutable_buffer;
0016 class mutable_buffers_1;
0017 class const_buffer;
0018 class const_buffers_1;
0019 
0020 template<typename Allocator>
0021 class basic_streambuf;
0022 
0023 typedef basic_streambuf<std::allocator<char>> streambuf;
0024 
0025 template <typename Handler>
0026 class basic_yield_context;
0027 
0028 namespace windows {
0029 
0030 template <typename Executor>
0031 class basic_stream_handle;
0032 typedef basic_stream_handle<any_io_executor> stream_handle;
0033 
0034 template <typename Executor>
0035 class basic_object_handle;
0036 typedef basic_object_handle<any_io_executor> object_handle;
0037 
0038 } //windows
0039 } //asio
0040 
0041 namespace process { BOOST_PROCESS_V1_INLINE namespace v1 { namespace detail { namespace windows {
0042 
0043 class async_pipe;
0044 
0045 template<typename T>
0046 struct async_in_buffer;
0047 
0048 template<int p1, int p2, typename Buffer>
0049 struct async_out_buffer;
0050 
0051 template<int p1, int p2, typename Type>
0052 struct async_out_future;
0053 
0054 } // windows
0055 } // detail
0056 
0057 using ::boost::process::v1::detail::windows::async_pipe;
0058 
0059 } // v1
0060 } // process
0061 } // boost
0062 
0063 
0064 
0065 
0066 #endif /* BOOST_PROCESS_DETAIL_WINDOWS_ASIO_FWD_HPP_ */