|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
Public Member Functions | |
| AsyncSendCallableObj (AsyncSendCallableObj const &)=default | |
| AsyncSendCallableObj (AsyncSendCallableObj &&)=default | |
| AsyncSendCallableObj & | operator= (AsyncSendCallableObj const &)=default |
| AsyncSendCallableObj & | operator= (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_t > | messageBufPtr |
| async_send_t | asyncSendFn |