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

void** ib_vector_struct::data

data elements

Definition at line 117 of file ut0vec.h.

Referenced by ib_vector_create(), and ib_vector_push().

mem_heap_t* ib_vector_struct::heap

heap

Definition at line 116 of file ut0vec.h.

Referenced by ib_vector_create(), and ib_vector_push().

ulint ib_vector_struct::total

number of elements allocated

Definition at line 119 of file ut0vec.h.

Referenced by ib_vector_create(), and ib_vector_push().

ulint ib_vector_struct::used

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: