1.3.49
 
Loading...
Searching...
No Matches
taggedPtr Struct Reference

Struct to combine int* and float* objects. Also contains a bool* which is used to indicate that the associated object needs to be updated. More...

#include <ProjectBuilder.h>

Data Fields

digitPtr ptr
 
bool isInt
 
bool * dirty
 

Detailed Description

Struct to combine int* and float* objects. Also contains a bool* which is used to indicate that the associated object needs to be updated.

Definition at line 143 of file ProjectBuilder.h.

Field Documentation

◆ dirty

bool* taggedPtr::dirty

Definition at line 146 of file ProjectBuilder.h.

◆ isInt

bool taggedPtr::isInt

Definition at line 145 of file ProjectBuilder.h.

◆ ptr

digitPtr taggedPtr::ptr

Definition at line 144 of file ProjectBuilder.h.


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