RESTinio
|
A special class for holding actual connection state listener. More...
#include <settings.hpp>
Public Member Functions | |
void | check_valid_connection_state_listener_pointer () const |
Checks that pointer to state listener is not null. More... | |
Public Attributes | |
std::shared_ptr< Listener > | m_connection_state_listener |
Static Public Attributes | |
static constexpr bool | has_actual_connection_state_listener = true |
A special class for holding actual connection state listener.
This class holds shared pointer to actual connection state listener and provides an actual implementation of check_valid_connection_state_listener_pointer() method.
Definition at line 323 of file settings.hpp.
|
inline |
Checks that pointer to state listener is not null.
Throws an exception if m_connection_state_listener is nullptr.
Definition at line 334 of file settings.hpp.
|
staticconstexpr |
Definition at line 327 of file settings.hpp.
std::shared_ptr< Listener > restinio::connection_state_listener_holder_t< Listener >::m_connection_state_listener |
Definition at line 325 of file settings.hpp.