GComm
0.2.3
|
#include <protolay.hpp>
Public Member Functions | |
ProtoUpMeta (const int err_no) | |
ProtoUpMeta (const UUID source=UUID::nil(), const ViewId source_view_id=ViewId(), const View *view=0, const uint8_t user_type=0xff, const Order order=O_DROP, const int64_t to_seq=-1, const int err_no=0) | |
ProtoUpMeta (const ProtoUpMeta &um) | |
const UUID & | source () const |
const ViewId & | source_view_id () const |
uint8_t | user_type () const |
Order | order () const |
int64_t | to_seq () const |
int | err_no () const |
bool | has_view () const |
const View & | view () const |
Container for metadata passed upwards in protocol stack.