m2etis
0.4
|
#include <MTPOrderInfo.h>
Public Types | |
enum | MTPStatus { STAT_UNDEFINED, STAT_PENDING, STAT_ACCEPTED, STAT_REJECTED } |
enum | MTPType { TYPE_UNDEFINED, TYPE_TOKEN_REQUEST, TYPE_TOKEN_GRANT, TYPE_PUBLISH } |
typedef boost::shared_ptr< MTPOrderInfo > | Ptr |
Public Member Functions | |
MTPOrderInfo () | |
Static Public Member Functions | |
static bool | doSerialize (ActionType t) |
Public Attributes | |
MTPType | type_ |
uint64_t | seqNr |
std::vector< uint64_t > | missing_ |
stores information about dropped messages More... | |
Friends | |
class | boost::serialization::access |
Definition at line 32 of file MTPOrderInfo.h.
typedef boost::shared_ptr<MTPOrderInfo> m2etis::message::MTPOrderInfo::Ptr |
Definition at line 34 of file MTPOrderInfo.h.
|
inline |
Definition at line 58 of file MTPOrderInfo.h.
|
inlinestatic |
Definition at line 50 of file MTPOrderInfo.h.
|
friend |
Definition at line 70 of file MTPOrderInfo.h.
std::vector<uint64_t> m2etis::message::MTPOrderInfo::missing_ |
stores information about dropped messages
Definition at line 67 of file MTPOrderInfo.h.
uint64_t m2etis::message::MTPOrderInfo::seqNr |
Definition at line 62 of file MTPOrderInfo.h.
MTPType m2etis::message::MTPOrderInfo::type_ |
Definition at line 60 of file MTPOrderInfo.h.