Basic interface for retrieving message bus connection information. More...
#include <eagine/message_bus/connection.hpp>
Public Member Functions | |
| virtual auto | kind () -> connection_kind=0 |
| Returns the connection kind. | |
| virtual auto | addr_kind () -> connection_addr_kind=0 |
| Returns the connection address kind. | |
| virtual auto | type_id () -> identifier=0 |
| Returns a description identifier of the implementation. | |
Public Member Functions inherited from eagine::interface< connection_info > | |
| constexpr | interface (const interface &)=delete |
| Not copyable. | |
| auto | operator= (interface &&)=delete |
| Not move assignable. | |
| auto | operator= (const interface &)=delete |
| Not copy assignable. | |
Additional Inherited Members | |
Protected Member Functions inherited from eagine::interface< connection_info > | |
| constexpr | interface () noexcept=default |
| Default constructible by derived. | |
| constexpr | interface (interface &&) noexcept=default |
| Move constructible by derived. | |
Basic interface for retrieving message bus connection information.