Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
FT_MemoryRec_ Struct Reference

#include <ftsystem.h>

Public Attributes

voiduser
 
FT_Alloc_Func alloc
 
FT_Free_Func free
 
FT_Realloc_Func realloc
 

Detailed Description

Definition at line 171 of file ftsystem.h.

Member Data Documentation

◆ alloc

FT_Alloc_Func FT_MemoryRec_::alloc

Definition at line 174 of file ftsystem.h.

◆ free

FT_Free_Func FT_MemoryRec_::free

Definition at line 175 of file ftsystem.h.

◆ realloc

FT_Realloc_Func FT_MemoryRec_::realloc

Definition at line 176 of file ftsystem.h.

◆ user

void * FT_MemoryRec_::user

Definition at line 173 of file ftsystem.h.


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