amqp_array_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct amqp_array_t {}

Members

Variables

entries
amqp_field_value_t* entries;

< linked list of field values

num_entries
int num_entries;

< Number of entries in the table

Meta