MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ut0vec.cc File Reference
#include "ut0vec.h"
#include "mem0mem.h"
Include dependency graph for ut0vec.cc:

Go to the source code of this file.

Functions

UNIV_INTERN ib_vector_tib_vector_create (ib_alloc_t *allocator, ulint sizeof_value, ulint size)
UNIV_INTERN void ib_vector_resize (ib_vector_t *vec)

Detailed Description

A vector of pointers to data items

Created 4/6/2006 Osku Salerma

Definition in file ut0vec.cc.