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

#include <qpid/framing/ExchangeQueryResult.h>

Public Member Functions

 ExchangeQueryResult (const std::string &_type, bool _durable, bool _notFound, const FieldTable &_arguments)
 
 ExchangeQueryResult ()
 
void setType (const std::string &_type)
 
const std::string & getType () const
 
bool hasType () const
 
void clearTypeFlag ()
 
void setDurable (bool _durable)
 
bool getDurable () const
 
void setNotFound (bool _notFound)
 
bool getNotFound () const
 
void setArguments (const FieldTable &_arguments)
 
const FieldTable & getArguments () const
 
FieldTable & getArguments ()
 
bool hasArguments () const
 
void clearArgumentsFlag ()
 
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 = 1793
 

Friends

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

Detailed Description

Definition at line 39 of file ExchangeQueryResult.h.

Constructor & Destructor Documentation

§ ExchangeQueryResult() [1/2]

qpid::framing::ExchangeQueryResult::ExchangeQueryResult ( const std::string &  _type,
bool  _durable,
bool  _notFound,
const FieldTable &  _arguments 
)
inline

Definition at line 45 of file ExchangeQueryResult.h.

§ ExchangeQueryResult() [2/2]

qpid::framing::ExchangeQueryResult::ExchangeQueryResult ( )
inline

Member Function Documentation

§ bodySize()

uint32_t qpid::framing::ExchangeQueryResult::bodySize ( ) const

§ clearArgumentsFlag()

void qpid::framing::ExchangeQueryResult::clearArgumentsFlag ( )

§ clearTypeFlag()

void qpid::framing::ExchangeQueryResult::clearTypeFlag ( )

§ decode()

void qpid::framing::ExchangeQueryResult::decode ( Buffer &  ,
uint32_t  = 0 
)

§ decodeStructBody()

void qpid::framing::ExchangeQueryResult::decodeStructBody ( Buffer &  ,
uint32_t  = 0 
)

§ encode()

void qpid::framing::ExchangeQueryResult::encode ( Buffer &  ) const

§ encodedSize()

uint32_t qpid::framing::ExchangeQueryResult::encodedSize ( ) const

§ encodeStructBody()

void qpid::framing::ExchangeQueryResult::encodeStructBody ( Buffer &  ) const

§ getArguments() [1/2]

const FieldTable& qpid::framing::ExchangeQueryResult::getArguments ( ) const

§ getArguments() [2/2]

FieldTable& qpid::framing::ExchangeQueryResult::getArguments ( )

§ getDurable()

bool qpid::framing::ExchangeQueryResult::getDurable ( ) const

§ getNotFound()

bool qpid::framing::ExchangeQueryResult::getNotFound ( ) const

§ getType()

const std::string& qpid::framing::ExchangeQueryResult::getType ( ) const

§ hasArguments()

bool qpid::framing::ExchangeQueryResult::hasArguments ( ) const

§ hasType()

bool qpid::framing::ExchangeQueryResult::hasType ( ) const

§ print()

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

§ setArguments()

void qpid::framing::ExchangeQueryResult::setArguments ( const FieldTable &  _arguments)

§ setDurable()

void qpid::framing::ExchangeQueryResult::setDurable ( bool  _durable)

§ setNotFound()

void qpid::framing::ExchangeQueryResult::setNotFound ( bool  _notFound)

§ setType()

void qpid::framing::ExchangeQueryResult::setType ( const std::string &  _type)

Friends And Related Function Documentation

§ operator<<

std::ostream& operator<< ( std::ostream &  ,
const ExchangeQueryResult  
)
friend

Member Data Documentation

§ TYPE

const uint16_t qpid::framing::ExchangeQueryResult::TYPE = 1793
static

Definition at line 44 of file ExchangeQueryResult.h.


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

Qpid C++ API Reference
Generated on Tue Sep 20 2016 for Qpid C++ Client API by doxygen 1.8.12