Realistic 3D camera system
3D camera system components
|
#include <write.hpp>
Public Member Functions | |
write_streambuf_handler (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_ |
|
inline |
|
inline |
WriteHandler asio::detail::write_streambuf_handler< Allocator, WriteHandler >::handler_ |
asio::basic_streambuf<Allocator>& asio::detail::write_streambuf_handler< Allocator, WriteHandler >::streambuf_ |