Boost C++ Libraries Home Libraries People FAQ More

Home | Reference | Tutorial | Examples | Design
Reference Index | Class Hierarchy | Class Index | Member Index

boost::asio::basic_streambuf< Allocator > Member List

This is the complete list of members for boost::asio::basic_streambuf< Allocator >, including all inherited members.

basic_streambuf(std::size_t max_size=(std::numeric_limits< std::size_t >::max)(), const Allocator &allocator=Allocator())boost::asio::basic_streambuf< Allocator > [explicit]
commit(std::size_t n)boost::asio::basic_streambuf< Allocator >
const_buffers_type typedefboost::asio::basic_streambuf< Allocator >
consume(std::size_t n)boost::asio::basic_streambuf< Allocator >
data() const boost::asio::basic_streambuf< Allocator >
mutable_buffers_type typedefboost::asio::basic_streambuf< Allocator >
prepare(std::size_t size)boost::asio::basic_streambuf< Allocator >
size() const boost::asio::basic_streambuf< Allocator >
Copyright © 2003 - 2006 Christopher M. Kohlhoff


Home | Reference | Tutorial | Examples | Design