Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler > Class Template Reference

#include <read_until.hpp>

Public Member Functions

 read_until_delim_string_op (AsyncReadStream &stream, asio::basic_streambuf< Allocator > &streambuf, const std::string &delim, ReadHandler &handler)
 
void operator() (const asio::error_code &ec, std::size_t bytes_transferred, int start=0)
 

Public Attributes

AsyncReadStream & stream_
 
asio::basic_streambuf< Allocator > & streambuf_
 
std::string delim_
 
int start_
 
std::size_t search_position_
 
ReadHandler handler_
 

Detailed Description

template<typename AsyncReadStream, typename Allocator, typename ReadHandler>
class asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >

Definition at line 521 of file read_until.hpp.

Constructor & Destructor Documentation

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::read_until_delim_string_op ( AsyncReadStream &  stream,
asio::basic_streambuf< Allocator > &  streambuf,
const std::string &  delim,
ReadHandler &  handler 
)
inline

Definition at line 524 of file read_until.hpp.

Member Function Documentation

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
void asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::operator() ( const asio::error_code ec,
std::size_t  bytes_transferred,
int  start = 0 
)
inline

Definition at line 558 of file read_until.hpp.

Member Data Documentation

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
std::string asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::delim_

Definition at line 642 of file read_until.hpp.

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
ReadHandler asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::handler_

Definition at line 645 of file read_until.hpp.

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
std::size_t asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::search_position_

Definition at line 644 of file read_until.hpp.

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
int asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::start_

Definition at line 643 of file read_until.hpp.

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
AsyncReadStream& asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::stream_

Definition at line 640 of file read_until.hpp.

template<typename AsyncReadStream , typename Allocator , typename ReadHandler >
asio::basic_streambuf<Allocator>& asio::detail::read_until_delim_string_op< AsyncReadStream, Allocator, ReadHandler >::streambuf_

Definition at line 641 of file read_until.hpp.


The documentation for this class was generated from the following file: