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
PS_Table_FuncsRec_ Struct Reference

#include <psaux.h>

Public Attributes

FT_Error(* init )(PS_Table table, FT_Int count, FT_Memory memory)
 
void(* done )(PS_Table table)
 
FT_Error(* add )(PS_Table table, FT_Int idx, void *object, FT_PtrDist length)
 
void(* release )(PS_Table table)
 

Detailed Description

Definition at line 63 of file psaux.h.

Member Data Documentation

◆ add

FT_Error(* PS_Table_FuncsRec_::add) (PS_Table table, FT_Int idx, void *object, FT_PtrDist length)

Definition at line 74 of file psaux.h.

◆ done

void(* PS_Table_FuncsRec_::done) (PS_Table table)

Definition at line 71 of file psaux.h.

◆ init

FT_Error(* PS_Table_FuncsRec_::init) (PS_Table table, FT_Int count, FT_Memory memory)

Definition at line 66 of file psaux.h.

◆ release

void(* PS_Table_FuncsRec_::release) (PS_Table table)

Definition at line 80 of file psaux.h.


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