Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Bounds.h>
Inherited by qpid::client::ConnectionImpl.
Public Member Functions | |
Bounds (size_t maxSize) | |
bool | expand (size_t, bool block) |
void | reduce (size_t) |
size_t | getCurrentSize () |
void | setException (const sys::ExceptionHolder &) |
Friends | |
std::ostream & | operator<< (std::ostream &, const Bounds &) |
Definition at line 28 of file Bounds.h.
qpid::client::Bounds::Bounds | ( | size_t | maxSize | ) |
bool qpid::client::Bounds::expand | ( | size_t | , | |
bool | block | |||
) |
size_t qpid::client::Bounds::getCurrentSize | ( | ) |
void qpid::client::Bounds::reduce | ( | size_t | ) |
void qpid::client::Bounds::setException | ( | const sys::ExceptionHolder & | ) |
std::ostream& operator<< | ( | std::ostream & | , | |
const Bounds & | ||||
) | [friend] |