Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qpid::console::Object::AttributeMap Struct Reference

#include <qpid/console/Object.h>

Inherits std::map< K, T >.

List of all members.

Public Member Functions

void addRef (const std::string &key, const ObjectId &val)
void addUint (const std::string &key, uint32_t val)
void addInt (const std::string &key, int32_t val)
void addUint64 (const std::string &key, uint64_t val)
void addInt64 (const std::string &key, int64_t val)
void addString (const std::string &key, const std::string &val)
void addBool (const std::string &key, bool val)
void addFloat (const std::string &key, float val)
void addDouble (const std::string &key, double val)
void addUuid (const std::string &key, const framing::Uuid &val)
void addMap (const std::string &key, const framing::FieldTable &val)


Detailed Description

Definition at line 58 of file Object.h.


Member Function Documentation

void qpid::console::Object::AttributeMap::addBool ( const std::string &  key,
bool  val 
)

void qpid::console::Object::AttributeMap::addDouble ( const std::string &  key,
double  val 
)

void qpid::console::Object::AttributeMap::addFloat ( const std::string &  key,
float  val 
)

void qpid::console::Object::AttributeMap::addInt ( const std::string &  key,
int32_t  val 
)

void qpid::console::Object::AttributeMap::addInt64 ( const std::string &  key,
int64_t  val 
)

void qpid::console::Object::AttributeMap::addMap ( const std::string &  key,
const framing::FieldTable val 
)

void qpid::console::Object::AttributeMap::addRef ( const std::string &  key,
const ObjectId val 
)

void qpid::console::Object::AttributeMap::addString ( const std::string &  key,
const std::string &  val 
)

void qpid::console::Object::AttributeMap::addUint ( const std::string &  key,
uint32_t  val 
)

void qpid::console::Object::AttributeMap::addUint64 ( const std::string &  key,
uint64_t  val 
)

void qpid::console::Object::AttributeMap::addUuid ( const std::string &  key,
const framing::Uuid val 
)


The documentation for this struct was generated from the following file:
Qpid C++ API Reference
Generated on Mon Dec 19 10:54:09 2011 for Qpid C++ Client API by doxygen 1.4.7