Public Member Functions | |
| read_until_expr_handler (AsyncReadStream &stream, asio::basic_streambuf< Allocator > &streambuf, const boost::regex &expr, std::size_t next_search_start, ReadHandler handler) | |
| void | operator() (const asio::error_code &ec, std::size_t bytes_transferred) |
Public Attributes | |
| AsyncReadStream & | stream_ |
| asio::basic_streambuf < Allocator > & | streambuf_ |
| boost::regex | expr_ |
| std::size_t | next_search_start_ |
| ReadHandler | handler_ |
Definition at line 578 of file read_until.ipp.
| asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::read_until_expr_handler | ( | AsyncReadStream & | stream, | |
| asio::basic_streambuf< Allocator > & | streambuf, | |||
| const boost::regex & | expr, | |||
| std::size_t | next_search_start, | |||
| ReadHandler | handler | |||
| ) | [inline] |
Definition at line 581 of file read_until.ipp.
| void asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::operator() | ( | const asio::error_code & | ec, | |
| std::size_t | bytes_transferred | |||
| ) | [inline] |
Definition at line 593 of file read_until.ipp.
References asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::expr_, asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::handler_, asio::placeholders::iterator, asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::next_search_start_, asio::detail::error_base< T >::not_found, asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::stream_, and asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::streambuf_.
| AsyncReadStream& asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::stream_ |
Definition at line 655 of file read_until.ipp.
Referenced by asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::operator()().
| asio::basic_streambuf<Allocator>& asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::streambuf_ |
Definition at line 656 of file read_until.ipp.
Referenced by asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::operator()().
| boost::regex asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::expr_ |
Definition at line 657 of file read_until.ipp.
Referenced by asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::operator()().
| std::size_t asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::next_search_start_ |
Definition at line 658 of file read_until.ipp.
Referenced by asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::operator()().
| ReadHandler asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::handler_ |
Definition at line 659 of file read_until.ipp.
Referenced by asio::detail::read_until_expr_handler< AsyncReadStream, Allocator, ReadHandler >::operator()().
1.5.6