Drizzled Public API Documentation

ib_vector_struct Struct Reference

#include <ut0vec.h>

List of all members.

Public Attributes

mem_heap_theap
void ** data
ulint used
ulint total

Detailed Description

An automatically resizing vector data type.

Definition at line 115 of file ut0vec.h.


Member Data Documentation

data elements

Definition at line 117 of file ut0vec.h.

Referenced by ib_vector_create(), and ib_vector_push().

heap

Definition at line 116 of file ut0vec.h.

Referenced by ib_vector_create(), and ib_vector_push().

number of elements allocated

Definition at line 119 of file ut0vec.h.

Referenced by ib_vector_create(), and ib_vector_push().

number of elements currently used

Definition at line 118 of file ut0vec.h.

Referenced by ib_vector_create(), and ib_vector_push().


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