Realistic 3D camera system
3D camera system components
|
#include <write_at.hpp>
Public Member Functions | |
write_at_streambuf_op (asio::basic_streambuf< Allocator > &streambuf, WriteHandler &handler) | |
void | operator() (const asio::error_code &ec, const std::size_t bytes_transferred) |
Public Attributes | |
asio::basic_streambuf< Allocator > & | streambuf_ |
WriteHandler | handler_ |
Definition at line 684 of file write_at.hpp.
|
inline |
Definition at line 687 of file write_at.hpp.
|
inline |
Definition at line 709 of file write_at.hpp.
WriteHandler asio::detail::write_at_streambuf_op< Allocator, WriteHandler >::handler_ |
Definition at line 718 of file write_at.hpp.
asio::basic_streambuf<Allocator>& asio::detail::write_at_streambuf_op< Allocator, WriteHandler >::streambuf_ |
Definition at line 717 of file write_at.hpp.