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

#include <ftcmru.h>

Public Attributes

FT_UInt num_nodes
 
FT_UInt max_nodes
 
FTC_MruNode nodes
 
FT_Pointer data
 
FTC_MruListClassRec clazz
 
FT_Memory memory
 

Detailed Description

Definition at line 118 of file ftcmru.h.

Member Data Documentation

◆ clazz

FTC_MruListClassRec FTC_MruListRec_::clazz

Definition at line 124 of file ftcmru.h.

Referenced by FTC_MruList_Done(), FTC_MruList_New(), and FTC_MruList_Remove().

◆ data

FT_Pointer FTC_MruListRec_::data

Definition at line 123 of file ftcmru.h.

Referenced by FTC_MruList_New(), and FTC_MruList_Remove().

◆ max_nodes

FT_UInt FTC_MruListRec_::max_nodes

Definition at line 121 of file ftcmru.h.

Referenced by FTC_MruList_New().

◆ memory

FT_Memory FTC_MruListRec_::memory

Definition at line 125 of file ftcmru.h.

Referenced by FTC_MruList_New(), and FTC_MruList_Remove().

◆ nodes

FTC_MruNode FTC_MruListRec_::nodes

◆ num_nodes

FT_UInt FTC_MruListRec_::num_nodes

Definition at line 120 of file ftcmru.h.

Referenced by FTC_MruList_New(), and FTC_MruList_Remove().


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