Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/Exception.h"
#include "qpid/framing/amqp_types.h"
#include "qpid/framing/Buffer.h"
#include "qpid/framing/FieldTable.h"
#include "qpid/CommonImportExport.h"
#include <iostream>
#include <memory>
#include <vector>
#include <assert.h>
Go to the source code of this file.
Namespaces | |
qpid | |
This file was automatically generated from the AMQP specification. | |
qpid::framing | |
The framing namespace contains classes that are used to create, send and receive the basic packets from which AMQP is built. | |
Typedefs | |
typedef IntegerValue | qpid::framing::Integer32Value |
Functions | |
template<> | |
bool | qpid::framing::FieldValue::convertsTo< std::string > () const |
template<> | |
std::string | qpid::framing::FieldValue::get< std::string > () const |
std::ostream & | qpid::framing::operator<< (std::ostream &out, const FieldValue &v) |
template<class T > | |
bool | qpid::framing::getEncodedValue (FieldTable::ValuePtr vptr, T &value) |