|
randolf.ca
1.00
Randolf Richardson's C++ classes
|
Internal structure that rsocket_group uses to communicate results from mass operations across multiple rsocket objects. More...
#include <randolf/rsocket_group_rc>
Public Attributes | |
| int | bytes_tx = 0 |
| Number of bytes that were sent. | |
| std::exception * | e = nullptr |
| Pointer to exception that was thrown (if not set to nullptr). | |
| rsocket * | r = nullptr |
| Pointer to instantiated rsocket object. | |
Internal structure that rsocket_group uses to communicate results from mass operations across multiple rsocket objects.
| rsocket* randolf::rsocket_group_rc::r = nullptr |
Pointer to instantiated rsocket object.
| int randolf::rsocket_group_rc::bytes_tx = 0 |
Number of bytes that were sent.
| std::exception* randolf::rsocket_group_rc::e = nullptr |
Pointer to exception that was thrown (if not set to nullptr).