1 #ifndef QPID_TYPES_VARIANT_H 2 #define QPID_TYPES_VARIANT_H 76 typedef std::map<std::string, Variant>
Map;
77 typedef std::list<Variant>
List;
212 mutable VariantImpl* impl;
QPID_TYPES_EXTERN bool isIntegerType(VariantType type)
std::map< std::string, Variant > Map
Thrown when an illegal conversion of a variant is attempted.
QPID_TYPES_EXTERN std::ostream & operator<<(std::ostream &, Uuid)
Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
QPID_TYPES_EXTERN bool operator!=(const Uuid &, const Uuid &)
Returns true if the uuids are NOT equal, false if they are.
std::list< Variant > List
#define QPID_TYPES_CLASS_EXTERN
Represents a value of variable type.
QPID_TYPES_EXTERN bool operator==(const Uuid &, const Uuid &)
Returns true if the uuids are equal, false otherwise.
#define QPID_TYPES_EXTERN
This file was automatically generated from the AMQP specification.
unsigned __int64 uint64_t
QPID_TYPES_EXTERN std::string getTypeName(VariantType type)