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

#include <fttypes.h>

Public Attributes

FT_ListNode prev
 
FT_ListNode next
 
voiddata
 

Detailed Description

Definition at line 540 of file fttypes.h.

Member Data Documentation

◆ data

void* FT_ListNodeRec_::data

◆ next

FT_ListNode FT_ListNodeRec_::next

◆ prev

FT_ListNode FT_ListNodeRec_::prev

Definition at line 542 of file fttypes.h.

Referenced by FT_List_Add(), FT_List_Insert(), FT_List_Remove(), and FT_List_Up().


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