Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/framing/amqp_types.h"
#include <boost/operators.hpp>
#include <iosfwd>
#include "qpid/CommonImportExport.h"
Go to the source code of this file.
Classes | |
class | qpid::framing::SequenceNumber |
4-byte sequence number that 'wraps around'. More... | |
struct | qpid::framing::Window |
Namespaces | |
namespace | qpid |
namespace | qpid::framing |
The framing namespace contains classes that are used to create, send and receive the basic packets from which AMQP is built. | |
Functions | |
int32_t | qpid::framing::operator- (const SequenceNumber &a, const SequenceNumber &b) |
SequenceNumber | qpid::framing::operator+ (const SequenceNumber &a, int32_t n) |
SequenceNumber | qpid::framing::operator- (const SequenceNumber &a, int32_t n) |
std::ostream & | qpid::framing::operator<< (std::ostream &o, const SequenceNumber &n) |