|
libcaf
0.13.2
|
Denotes whether a message is asynchronous or synchronous. More...
#include <message_id.hpp>
Inherits comparable< message_id >.
Public Member Functions | |
| constexpr | message_id (invalid_message_id_t) |
| message_id (message_id &&)=default | |
| message_id (const message_id &)=default | |
| message_id & | operator= (message_id &&)=default |
| message_id & | operator= (const message_id &)=default |
| message_id & | operator++ () |
| bool | is_response () const |
| bool | is_answered () const |
| bool | is_high_priority () const |
| bool | valid () const |
| bool | is_request () const |
| message_id | response_id () const |
| message_id | request_id () const |
| message_id | with_high_priority () const |
| message_id | with_normal_priority () const |
| void | mark_as_answered () |
| uint64_t | integer_value () const |
| long | compare (const message_id &other) const |
Static Public Member Functions | |
| static message_id | from_integer_value (uint64_t value) |
| static message_id | make (message_priority prio=message_priority::normal) |
Related Functions | |
(Note that these are not member functions.) | |
| std::string | to_string (const message_id &what) |
Denotes whether a message is asynchronous or synchronous.
|
related |
1.8.9.1