|
RESTinio
|
A special class for case when no-op state listener is used. More...
#include <settings.hpp>
Public Member Functions | |
| void | check_valid_connection_state_listener_pointer () const |
| void | check_valid_connection_state_listener_pointer () const |
| Checks that pointer to state listener is not null. | |
Public Attributes | |
| std::shared_ptr< connection_state::noop_listener_t > | m_connection_state_listener |
Static Public Attributes | |
| static constexpr bool | has_actual_connection_state_listener = false |
| static constexpr bool | has_actual_connection_state_listener |
A special class for case when no-op state listener is used.
Doesn't hold anything and contains empty check_valid_connection_state_listener_pointer() method.
Definition at line 349 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 333 of file settings.hpp.
|
inline |
Definition at line 354 of file settings.hpp.
|
staticconstexpr |
Definition at line 326 of file settings.hpp.
|
staticconstexpr |
Definition at line 351 of file settings.hpp.
| std::shared_ptr< connection_state::noop_listener_t > restinio::connection_state_listener_holder_t< connection_state::noop_listener_t >::m_connection_state_listener |
Definition at line 324 of file settings.hpp.