Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::asio::tcp::AsyncSendCallableObj Class Referencefinal

Public Member Functions

 AsyncSendCallableObj (AsyncSendCallableObj const &)=default
 
 AsyncSendCallableObj (AsyncSendCallableObj &&)=default
 
AsyncSendCallableObjoperator= (AsyncSendCallableObj const &)=default
 
AsyncSendCallableObjoperator= (AsyncSendCallableObj &&)=default
 
 AsyncSendCallableObj (defs::char_buffer_t const &message, async_send_t const &sendFn)
 
void operator() () const
 

Private Types

using async_send_t = std::function< void(defs::char_buffer_t const &)>
 

Private Attributes

std::shared_ptr< defs::char_buffer_tmessageBufPtr
 
async_send_t asyncSendFn
 

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