|
Open-Transactions
0.93.0-ge03d287
|
#include <OTMessageOutbuffer.hpp>
Public Member Functions | |
| EXPORT | OTMessageOutbuffer () |
| EXPORT | ~OTMessageOutbuffer () |
| EXPORT void | Clear (const OTString *serverId=nullptr, const OTString *nymId=nullptr, OTPseudonym *nym=nullptr, const bool *harvestingForRetry=nullptr) |
| EXPORT void | AddSentMessage (OTMessage &message) |
| EXPORT OTMessage * | GetSentMessage (const int64_t &requestNum, const OTString &serverId, const OTString &nymId) |
| EXPORT bool | RemoveSentMessage (const int64_t &requestNum, const OTString &serverId, const OTString &nymId) |
| EXPORT OTMessage * | GetSentMessage (const OTTransaction &transaction) |
| EXPORT bool | RemoveSentMessage (const OTTransaction &transaction) |
Definition at line 167 of file OTMessageOutbuffer.hpp.
| opentxs::OTMessageOutbuffer::OTMessageOutbuffer | ( | ) |
Definition at line 163 of file OTMessageOutbuffer.cpp.
| opentxs::OTMessageOutbuffer::~OTMessageOutbuffer | ( | ) |
Definition at line 842 of file OTMessageOutbuffer.cpp.
| void opentxs::OTMessageOutbuffer::AddSentMessage | ( | OTMessage & | message | ) |
Definition at line 169 of file OTMessageOutbuffer.cpp.
| void opentxs::OTMessageOutbuffer::Clear | ( | const OTString * | serverId = nullptr, |
| const OTString * | nymId = nullptr, |
||
| OTPseudonym * | nym = nullptr, |
||
| const bool * | harvestingForRetry = nullptr |
||
| ) |
Definition at line 395 of file OTMessageOutbuffer.cpp.
| OTMessage * opentxs::OTMessageOutbuffer::GetSentMessage | ( | const int64_t & | requestNum, |
| const OTString & | serverId, | ||
| const OTString & | nymId | ||
| ) |
Definition at line 313 of file OTMessageOutbuffer.cpp.
| OTMessage * opentxs::OTMessageOutbuffer::GetSentMessage | ( | const OTTransaction & | transaction | ) |
Definition at line 821 of file OTMessageOutbuffer.cpp.
| bool opentxs::OTMessageOutbuffer::RemoveSentMessage | ( | const int64_t & | requestNum, |
| const OTString & | serverId, | ||
| const OTString & | nymId | ||
| ) |
Definition at line 692 of file OTMessageOutbuffer.cpp.
| bool opentxs::OTMessageOutbuffer::RemoveSentMessage | ( | const OTTransaction & | transaction | ) |
Definition at line 833 of file OTMessageOutbuffer.cpp.