amqp_table_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_table_t {}

Members

Variables

entries
amqp_table_entry_t* entries;

< an array of table entries

num_entries
int num_entries;

< length of entries array

Meta