Realistic 3D camera system
3D camera system components
|
#include <read_until.hpp>
Public Member Functions | |
read_until_delim_op (AsyncReadStream &stream, asio::basic_streambuf< Allocator > &streambuf, char 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_ |
char | delim_ |
int | start_ |
std::size_t | search_position_ |
ReadHandler | handler_ |
Definition at line 329 of file read_until.hpp.
|
inline |
Definition at line 332 of file read_until.hpp.
|
inline |
Definition at line 366 of file read_until.hpp.
char asio::detail::read_until_delim_op< AsyncReadStream, Allocator, ReadHandler >::delim_ |
Definition at line 439 of file read_until.hpp.
ReadHandler asio::detail::read_until_delim_op< AsyncReadStream, Allocator, ReadHandler >::handler_ |
Definition at line 442 of file read_until.hpp.
std::size_t asio::detail::read_until_delim_op< AsyncReadStream, Allocator, ReadHandler >::search_position_ |
Definition at line 441 of file read_until.hpp.
int asio::detail::read_until_delim_op< AsyncReadStream, Allocator, ReadHandler >::start_ |
Definition at line 440 of file read_until.hpp.
AsyncReadStream& asio::detail::read_until_delim_op< AsyncReadStream, Allocator, ReadHandler >::stream_ |
Definition at line 437 of file read_until.hpp.
asio::basic_streambuf<Allocator>& asio::detail::read_until_delim_op< AsyncReadStream, Allocator, ReadHandler >::streambuf_ |
Definition at line 438 of file read_until.hpp.