Digit pointer object; union of int* and float*. More...
#include <ProjectBuilder.h>
Data Fields | |
int * | i |
float * | f |
Digit pointer object; union of int* and float*.
Definition at line 131 of file ProjectBuilder.h.
float* digitPtr::f |
Definition at line 133 of file ProjectBuilder.h.
int* digitPtr::i |
Definition at line 132 of file ProjectBuilder.h.