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 |
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.
bool* taggedPtr::dirty |
Definition at line 146 of file ProjectBuilder.h.
bool taggedPtr::isInt |
Definition at line 145 of file ProjectBuilder.h.
digitPtr taggedPtr::ptr |
Definition at line 144 of file ProjectBuilder.h.