Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DB4D6200B7E for ; Tue, 6 Sep 2016 18:59:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DA0B7160ACB; Tue, 6 Sep 2016 16:59:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 96D04160AA9 for ; Tue, 6 Sep 2016 18:59:27 +0200 (CEST) Received: (qmail 99234 invoked by uid 500); 6 Sep 2016 16:59:26 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 97708 invoked by uid 99); 6 Sep 2016 16:59:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2016 16:59:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B94B4E0BD9; Tue, 6 Sep 2016 16:59:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jross@apache.org To: commits@qpid.apache.org Date: Tue, 06 Sep 2016 16:59:56 -0000 Message-Id: In-Reply-To: <8402d218d9cc469cba10ae715da937a5@git.apache.org> References: <8402d218d9cc469cba10ae715da937a5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/51] [partial] qpid-site git commit: QPID-7353: Update for the Qpid C++ 1.35.0 release archived-at: Tue, 06 Sep 2016 16:59:31 -0000 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/eff0fe55/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.html new file mode 100755 index 0000000..8af7296 --- /dev/null +++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.html @@ -0,0 +1,447 @@ + + + + + + +Qpid C++ Messaging API: qpid::types::Uuid Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Qpid C++ Messaging API +  1.35.0 +
+
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
qpid::types::Uuid Class Reference
+
+
+ + + + +

+Classes

struct  Hasher
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

QPID_TYPES_EXTERN Uuid (bool unique=false)
 
+QPID_TYPES_EXTERN Uuid (const Uuid &)
 
+QPID_TYPES_EXTERN Uuidoperator= (const Uuid &)
 
QPID_TYPES_EXTERN Uuid (const unsigned char *data16)
 
+QPID_TYPES_EXTERN Uuid (const char *data16)
 
QPID_TYPES_EXTERN void generate ()
 
QPID_TYPES_EXTERN void clear ()
 
QPID_TYPES_EXTERN bool isNull () const
 
+QPID_TYPES_EXTERN operator bool () const
 
+QPID_TYPES_EXTERN bool operator! () const
 
QPID_TYPES_EXTERN std::string str () const
 
+QPID_TYPES_EXTERN size_t size () const
 
+QPID_TYPES_EXTERN const unsigned char * data () const
 
QPID_TYPES_EXTERN size_t hash () const
 
+ + + +

+Static Public Attributes

+static QPID_TYPES_EXTERN const size_t SIZE
 
+ + + + + + + + + + + + + + + + + +

+Friends

QPID_TYPES_EXTERN bool operator== (const Uuid &, const Uuid &)
 
QPID_TYPES_EXTERN bool operator!= (const Uuid &, const Uuid &)
 
+QPID_TYPES_EXTERN bool operator< (const Uuid &, const Uuid &)
 
+QPID_TYPES_EXTERN bool operator> (const Uuid &, const Uuid &)
 
+QPID_TYPES_EXTERN bool operator<= (const Uuid &, const Uuid &)
 
+QPID_TYPES_EXTERN bool operator>= (const Uuid &, const Uuid &)
 
QPID_TYPES_EXTERN std::ostream & operator<< (std::ostream &, Uuid)
 
QPID_TYPES_EXTERN std::istream & operator>> (std::istream &, Uuid &)
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
QPID_TYPES_EXTERN qpid::types::Uuid::Uuid (bool unique = false)
+
+

If unique is true, this will generate a new unique uuid, if not it will construct a null uuid.

+ +
+
+ +
+
+ + + + + + + + +
QPID_TYPES_EXTERN qpid::types::Uuid::Uuid (const unsigned char * data16)
+
+

Copy the UUID from data16, which must point to a 16-byte UUID

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
QPID_TYPES_EXTERN void qpid::types::Uuid::clear ()
+
+

Set to all zeros.

+ +
+
+ +
+
+ + + + + + + +
QPID_TYPES_EXTERN void qpid::types::Uuid::generate ()
+
+

Set to a new unique identifier.

+ +
+
+ +
+
+ + + + + + + +
QPID_TYPES_EXTERN size_t qpid::types::Uuid::hash () const
+
+

Hash value suitable for use with unordered_map

+ +
+
+ +
+
+ + + + + + + +
QPID_TYPES_EXTERN bool qpid::types::Uuid::isNull () const
+
+

Test for null (all zeros).

+ +
+
+ +
+
+ + + + + + + +
QPID_TYPES_EXTERN std::string qpid::types::Uuid::str () const
+
+

String value in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.

+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
QPID_TYPES_EXTERN bool operator!= (const Uuid,
const Uuid 
)
+
+friend
+
+

Returns true if the uuids are NOT equal, false if they are.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
QPID_TYPES_EXTERN std::ostream& operator<< (std::ostream & ,
Uuid  
)
+
+friend
+
+

Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
QPID_TYPES_EXTERN bool operator== (const Uuid,
const Uuid 
)
+
+friend
+
+

Returns true if the uuids are equal, false otherwise.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
QPID_TYPES_EXTERN std::istream& operator>> (std::istream & ,
Uuid 
)
+
+friend
+
+

Read from format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/eff0fe55/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.js b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.js new file mode 100755 index 0000000..588a1cf --- /dev/null +++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Uuid.js @@ -0,0 +1,26 @@ +var classqpid_1_1types_1_1Uuid = +[ + [ "Hasher", "structqpid_1_1types_1_1Uuid_1_1Hasher.html", "structqpid_1_1types_1_1Uuid_1_1Hasher" ], + [ "Uuid", "classqpid_1_1types_1_1Uuid.html#a168aff6ecbf2e4bec99998227d7313db", null ], + [ "Uuid", "classqpid_1_1types_1_1Uuid.html#a5c1c074731b86080009a26c7d6e52029", null ], + [ "Uuid", "classqpid_1_1types_1_1Uuid.html#a7a29645dd675a74261ae5af32c6a8a83", null ], + [ "Uuid", "classqpid_1_1types_1_1Uuid.html#ac3b0353c203dc85f49af5aa324ac930e", null ], + [ "clear", "classqpid_1_1types_1_1Uuid.html#a21237148629551f32db63ac0ee920dcb", null ], + [ "data", "classqpid_1_1types_1_1Uuid.html#ac486ec2acb5d1b352f3cffcbaf2ac301", null ], + [ "generate", "classqpid_1_1types_1_1Uuid.html#a3805c19501e878ad5f8972e30c2f2855", null ], + [ "hash", "classqpid_1_1types_1_1Uuid.html#accce57bbf9d38185808bc62bd7d8f79a", null ], + [ "isNull", "classqpid_1_1types_1_1Uuid.html#a77bc48ca0719c2b06be1b2600befa26f", null ], + [ "operator bool", "classqpid_1_1types_1_1Uuid.html#a954533054db507f173eb473f64dac109", null ], + [ "operator!", "classqpid_1_1types_1_1Uuid.html#a47a8fab8a9c76f75344a8a4f685c3aed", null ], + [ "operator=", "classqpid_1_1types_1_1Uuid.html#a40843250c3b929b16c8a3221af7ed97c", null ], + [ "size", "classqpid_1_1types_1_1Uuid.html#aa87d06e7989566dc4fb6d0dea366caeb", null ], + [ "str", "classqpid_1_1types_1_1Uuid.html#a041c621553271f81eaba28ea70f92796", null ], + [ "operator!=", "classqpid_1_1types_1_1Uuid.html#a3ec5f94563170e87675841527e261aa9", null ], + [ "operator<", "classqpid_1_1types_1_1Uuid.html#afdebcd5c050e667040fc77d0ce8ad40f", null ], + [ "operator<<", "classqpid_1_1types_1_1Uuid.html#ae2c8b5f3ca5a10086436d6ce578d9d6e", null ], + [ "operator<=", "classqpid_1_1types_1_1Uuid.html#a7e51b6165b1af3649124775773c92197", null ], + [ "operator==", "classqpid_1_1types_1_1Uuid.html#ade1e4263b646d63ce5df5ef13b58f183", null ], + [ "operator>", "classqpid_1_1types_1_1Uuid.html#a8485ac42bcd584fb14b90ab390354a37", null ], + [ "operator>=", "classqpid_1_1types_1_1Uuid.html#a35fed4f46169200406c0db3b7ed1925f", null ], + [ "operator>>", "classqpid_1_1types_1_1Uuid.html#a516a2d0f74836fb0e130ea7c294aebc6", null ] +]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/eff0fe55/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Variant-members.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Variant-members.html b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Variant-members.html new file mode 100755 index 0000000..88a666d --- /dev/null +++ b/content/releases/qpid-cpp-1.35.0/messaging-api/cpp/api/classqpid_1_1types_1_1Variant-members.html @@ -0,0 +1,196 @@ + + + + + + +Qpid C++ Messaging API: Member List + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Qpid C++ Messaging API +  1.35.0 +
+
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
qpid::types::Variant Member List
+
+
+ +

This is the complete list of members for qpid::types::Variant, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
asBool() const (defined in qpid::types::Variant)qpid::types::Variant
asDouble() const (defined in qpid::types::Variant)qpid::types::Variant
asFloat() const (defined in qpid::types::Variant)qpid::types::Variant
asInt16() const (defined in qpid::types::Variant)qpid::types::Variant
asInt32() const (defined in qpid::types::Variant)qpid::types::Variant
asInt64() const (defined in qpid::types::Variant)qpid::types::Variant
asInt8() const (defined in qpid::types::Variant)qpid::types::Variant
asList() const (defined in qpid::types::Variant)qpid::types::Variant
asList() (defined in qpid::types::Variant)qpid::types::Variant
asMap() const (defined in qpid::types::Variant)qpid::types::Variant
asMap() (defined in qpid::types::Variant)qpid::types::Variant
asString() const (defined in qpid::types::Variant)qpid::types::Variant
asUint16() const (defined in qpid::types::Variant)qpid::types::Variant
asUint32() const (defined in qpid::types::Variant)qpid::types::Variant
asUint64() const (defined in qpid::types::Variant)qpid::types::Variant
asUint8() const (defined in qpid::types::Variant)qpid::types::Variant
asUuid() const (defined in qpid::types::Variant)qpid::types::Variant
described(const Variant &descriptor, const Variant &value)qpid::types::Variantstatic
described(const Variant &descriptor, const List &value)qpid::types::Variantstatic
getDescriptor() const qpid::types::Variant
getDescriptors()qpid::types::Variant
getDescriptors() const qpid::types::Variant
getEncoding() const (defined in qpid::types::Variant)qpid::types::Variant
getString() const qpid::types::Variant
getString() (defined in qpid::types::Variant)qpid::types::Variant
getType() const (defined in qpid::types::Variant)qpid::types::Variant
isDescribed() const qpid::types::Variant
isEqualTo(const Variant &a) const (defined in qpid::types::Variant)qpid::types::Variant
isVoid() const (defined in qpid::types::Variant)qpid::types::Variant
List typedef (defined in qpid::types::Variant)qpid::types::Variant
Map typedef (defined in qpid::types::Variant)qpid::types::Variant
operator bool() const (defined in qpid::types::Variant)qpid::types::Variant
operator double() const (defined in qpid::types::Variant)qpid::types::Variant
operator float() const (defined in qpid::types::Variant)qpid::types::Variant
operator int16_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator int32_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator int64_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator int8_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator std::string() const (defined in qpid::types::Variant)qpid::types::Variant
operator uint16_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator uint32_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator uint64_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator uint8_t() const (defined in qpid::types::Variant)qpid::types::Variant
operator Uuid() const (defined in qpid::types::Variant)qpid::types::Variant
operator=(bool) (defined in qpid::types::Variant)qpid::types::Variant
operator=(uint8_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(uint16_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(uint32_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(uint64_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(int8_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(int16_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(int32_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(int64_t) (defined in qpid::types::Variant)qpid::types::Variant
operator=(float) (defined in qpid::types::Variant)qpid::types::Variant
operator=(double) (defined in qpid::types::Variant)qpid::types::Variant
operator=(const std::string &) (defined in qpid::types::Variant)qpid::types::Variant
operator=(const char *) (defined in qpid::types::Variant)qpid::types::Variant
operator=(const Map &) (defined in qpid::types::Variant)qpid::types::Variant
operator=(const List &) (defined in qpid::types::Variant)qpid::types::Variant
operator=(const Variant &) (defined in qpid::types::Variant)qpid::types::Variant
operator=(const Uuid &) (defined in qpid::types::Variant)qpid::types::Variant
parse(const std::string &)qpid::types::Variant
reset()qpid::types::Variant
setDescriptor(const Variant &descriptor)qpid::types::Variant
setEncoding(const std::string &) (defined in qpid::types::Variant)qpid::types::Variant
Variant() (defined in qpid::types::Variant)qpid::types::Variant
Variant(bool) (defined in qpid::types::Variant)qpid::types::Variant
Variant(uint8_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(uint16_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(uint32_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(uint64_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(int8_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(int16_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(int32_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(int64_t) (defined in qpid::types::Variant)qpid::types::Variant
Variant(float) (defined in qpid::types::Variant)qpid::types::Variant
Variant(double) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const std::string &) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const std::string &value, const std::string &encoding) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const char *) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const char *value, const char *encoding) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const Map &) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const List &) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const Variant &) (defined in qpid::types::Variant)qpid::types::Variant
Variant(const Uuid &) (defined in qpid::types::Variant)qpid::types::Variant
~Variant() (defined in qpid::types::Variant)qpid::types::Variant
+
+ + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org