BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::asio::detail::read_write_handler_with_buffer Class Reference

#include <asio.hpp>

Public Member Functions

 read_write_handler_with_buffer (const promise< size_t >::ptr &p, const std::shared_ptr< const char > &buffer)
 
void operator() (const boost::system::error_code &ec, size_t bytes_transferred)
 

Detailed Description

Definition at line 31 of file asio.hpp.

Constructor & Destructor Documentation

◆ read_write_handler_with_buffer()

fc::asio::detail::read_write_handler_with_buffer::read_write_handler_with_buffer ( const promise< size_t >::ptr &  p,
const std::shared_ptr< const char > &  buffer 
)

Definition at line 43 of file asio.cpp.

Member Function Documentation

◆ operator()()

void fc::asio::detail::read_write_handler_with_buffer::operator() ( const boost::system::error_code &  ec,
size_t  bytes_transferred 
)

Definition at line 48 of file asio.cpp.


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