rd_kafka_topic_partition_list_s

@brief A growable list of Topic+Partitions.

extern (C) nothrow @nogc
struct rd_kafka_topic_partition_list_s {}

Members

Variables

cnt
int cnt;

< Current number of elements

elems
rd_kafka_topic_partition_t* elems;

< Element array[]

size
int size;

< Current allocated size

Meta