rabbitmq-c  0.5.0
C AMQP Client library for RabbitMQ
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
amqp_table_t Struct Reference

AMQP field table. More...

Data Fields

int num_entries
 length of entries array
 
struct amqp_table_entry_t_ * entries
 an array of table entries
 

Detailed Description

AMQP field table.

An AMQP field table is a set of key-value pairs. A key is a UTF-8 encoded string up to 128 bytes long, and are not null terminated. A value can be one of several different datatypes.

See Also
amqp_field_value_kind_t
amqp_table_entry_t
Since
v0.1

The documentation for this struct was generated from the following file: