MessageQueue Class Reference

Message Queue. More...

#include <mqueue.h>

Inheritance diagram for MessageQueue:

AutoSignaling< BufferedTransformation >

List of all members.

Public Member Functions

 MessageQueue (unsigned int nodeSize=256)
void IsolatedInitialize (const NameValuePairs &parameters)
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=NULL_CHANNEL, bool blocking=true)
size_t CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=NULL_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=NULL_CHANNEL) const
const byte * Spy (size_t &contiguousSize) const
void swap (MessageQueue &rhs)
void SetAutoSignalPropagation (int propagation)
int GetAutoSignalPropagation () const


Detailed Description

Message Queue.

Definition at line 11 of file mqueue.h.


The documentation for this class was generated from the following files:

Generated on Mon Oct 27 02:38:31 2008 for Crypto++ by  doxygen 1.5.7.1