|
Crypto++
|
Message Queue. More...
#include <mqueue.h>
Public Member Functions | |
| MessageQueue (unsigned int nodeSize=256) | |
| void | IsolatedInitialize (const NameValuePairs ¶meters) |
| size_t | Put2 (const byte *begin, size_t length, int messageEnd, bool blocking) |
| bool | IsolatedFlush (bool hardFlush, bool blocking) |
| bool | IsolatedMessageSeriesEnd (bool blocking) |
| lword | MaxRetrievable () const |
| bool | AnyRetrievable () const |
| size_t | TransferTo2 (BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) |
| size_t | CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const |
| lword | TotalBytesRetrievable () const |
| unsigned int | NumberOfMessages () const |
| bool | GetNextMessage () |
| unsigned int | NumberOfMessagesInThisSeries () const |
| unsigned int | NumberOfMessageSeries () const |
| unsigned int | CopyMessagesTo (BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=DEFAULT_CHANNEL) const |
| const byte * | Spy (size_t &contiguousSize) const |
| void | swap (MessageQueue &rhs) |
| void | SetAutoSignalPropagation (int propagation) |
| int | GetAutoSignalPropagation () const |
Message Queue.
1.7.5