Video Processing Framework
sqlite3_mem_methods Struct Reference

#include <sqlite3.h>

List of all members.

Public Attributes

void *(* xMalloc )(int)
void(* xFree )(void *)
void *(* xRealloc )(void *, int)
int(* xSize )(void *)
int(* xRoundup )(int)
int(* xInit )(void *)
void(* xShutdown )(void *)
void * pAppData

Member Data Documentation

void(* sqlite3_mem_methods::xFree)(void *)
void *(* sqlite3_mem_methods::xRealloc)(void *, int)

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines