|
Crypto++
|
A filter that checks messages on two channels for equality. More...
#include <mqueue.h>
Classes | |
| struct | MismatchDetected |
Public Member Functions | |
| EqualityComparisonFilter (BufferedTransformation *attachment=NULL, bool throwIfNotEqual=true, const std::string &firstChannel="0", const std::string &secondChannel="1") | |
| size_t | ChannelPut2 (const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) |
| bool | ChannelMessageSeriesEnd (const std::string &channel, int propagation=-1, bool blocking=true) |
| bool | Flush (bool completeFlush, int propagation=-1, bool blocking=true) |
| bool | IsolatedFlush (bool hardFlush, bool blocking) |
| bool | ChannelFlush (const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) |
Protected Member Functions | |
| virtual bool | InputBufferIsEmpty () const |
A filter that checks messages on two channels for equality.
| EqualityComparisonFilter::EqualityComparisonFilter | ( | BufferedTransformation * | attachment = NULL, |
| bool | throwIfNotEqual = true, |
||
| const std::string & | firstChannel = "0", |
||
| const std::string & | secondChannel = "1" |
||
| ) | [inline] |
1.7.5