#include <list>
#include <map>
#include <ostream>
#include <string>
#include "Uuid.h"
#include "qpid/types/Exception.h"
#include "qpid/sys/IntegerTypes.h"
#include "qpid/types/ImportExport.h"
Go to the source code of this file.
|
| qpid |
| This file was automatically generated from the AMQP specification.
|
|
| qpid::types |
|
|
enum | qpid::types::VariantType {
qpid::types::VAR_VOID = 0,
qpid::types::VAR_BOOL,
qpid::types::VAR_UINT8,
qpid::types::VAR_UINT16,
qpid::types::VAR_UINT32,
qpid::types::VAR_UINT64,
qpid::types::VAR_INT8,
qpid::types::VAR_INT16,
qpid::types::VAR_INT32,
qpid::types::VAR_INT64,
qpid::types::VAR_FLOAT,
qpid::types::VAR_DOUBLE,
qpid::types::VAR_STRING,
qpid::types::VAR_MAP,
qpid::types::VAR_LIST,
qpid::types::VAR_UUID
} |
|