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

#include <cf2stack.h>

Public Attributes

FT_Memory memory
 
FT_Errorerror
 
CF2_StackNumber buffer [CF2_OPERAND_STACK_SIZE]
 
CF2_StackNumbertop
 

Detailed Description

Definition at line 61 of file cf2stack.h.

Member Data Documentation

◆ buffer

CF2_StackNumber CF2_StackRec_::buffer[CF2_OPERAND_STACK_SIZE]

Definition at line 65 of file cf2stack.h.

Referenced by cf2_stack_init().

◆ error

FT_Error* CF2_StackRec_::error

Definition at line 64 of file cf2stack.h.

Referenced by cf2_stack_init().

◆ memory

FT_Memory CF2_StackRec_::memory

Definition at line 63 of file cf2stack.h.

Referenced by cf2_stack_init().

◆ top

CF2_StackNumber* CF2_StackRec_::top

Definition at line 66 of file cf2stack.h.

Referenced by cf2_stack_init().


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