buffered_read_stream_fwd.hpp
Go to the documentation of this file.
00001 //
00002 // buffered_read_stream_fwd.hpp
00003 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00004 //
00005 // Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
00006 //
00007 // Distributed under the Boost Software License, Version 1.0. (See accompanying
00008 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00009 //
00010 
00011 #ifndef ASIO_BUFFERED_READ_STREAM_FWD_HPP
00012 #define ASIO_BUFFERED_READ_STREAM_FWD_HPP
00013 
00014 #if defined(_MSC_VER) && (_MSC_VER >= 1200)
00015 # pragma once
00016 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
00017 
00018 #include "asio/detail/push_options.hpp"
00019 
00020 namespace asio {
00021 
00022 template <typename Stream>
00023 class buffered_read_stream;
00024 
00025 } // namespace asio
00026 
00027 #include "asio/detail/pop_options.hpp"
00028 
00029 #endif // ASIO_BUFFERED_READ_STREAM_FWD_HPP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Castor
Author(s): Carpe Noctem
autogenerated on Fri Nov 8 2013 11:05:39