libfilezilla
|
All classes sending socket events should derive from this. More...
#include <socket.hpp>
Public Member Functions | |
socket_event_source * | root () const |
Gets the root source. More... | |
Protected Member Functions | |
socket_event_source (socket_event_source *root) | |
Protected Attributes | |
socket_event_source *const | root_ {} |
All classes sending socket events should derive from this.
Allows implementing socket layers, e.g. for TLS.
|
inline |
Gets the root source.
In a layered stack of sources this would be the socket itself.