Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | Static Public Attributes | Friends
qpid::framing::ExchangeBoundResult Class Reference

#include <qpid/framing/ExchangeBoundResult.h>

List of all members.

Public Member Functions

 ExchangeBoundResult (bool _exchangeNotFound, bool _queueNotFound, bool _queueNotMatched, bool _keyNotMatched, bool _argsNotMatched)
 ExchangeBoundResult ()
void setExchangeNotFound (bool _exchangeNotFound)
bool getExchangeNotFound () const
void setQueueNotFound (bool _queueNotFound)
bool getQueueNotFound () const
void setQueueNotMatched (bool _queueNotMatched)
bool getQueueNotMatched () const
void setKeyNotMatched (bool _keyNotMatched)
bool getKeyNotMatched () const
void setArgsNotMatched (bool _argsNotMatched)
bool getArgsNotMatched () const
void encode (Buffer &) const
void decode (Buffer &, uint32_t=0)
void encodeStructBody (Buffer &) const
void decodeStructBody (Buffer &, uint32_t=0)
uint32_t encodedSize () const
uint32_t bodySize () const
void print (std::ostream &out) const

Static Public Attributes

static const uint16_t TYPE = 1794

Friends

std::ostream & operator<< (std::ostream &, const ExchangeBoundResult &)

Detailed Description

Definition at line 38 of file ExchangeBoundResult.h.


Constructor & Destructor Documentation

qpid::framing::ExchangeBoundResult::ExchangeBoundResult ( bool  _exchangeNotFound,
bool  _queueNotFound,
bool  _queueNotMatched,
bool  _keyNotMatched,
bool  _argsNotMatched 
) [inline]

Definition at line 42 of file ExchangeBoundResult.h.

Definition at line 55 of file ExchangeBoundResult.h.


Member Function Documentation

void qpid::framing::ExchangeBoundResult::print ( std::ostream &  out) const

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const ExchangeBoundResult  
) [friend]

Member Data Documentation

Definition at line 41 of file ExchangeBoundResult.h.


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

Qpid C++ API Reference
Generated on Tue Apr 17 2012 for Qpid C++ Client API by doxygen 1.8.0