1.3.49
 
Loading...
Searching...
No Matches
digitPtr Union Reference

Digit pointer object; union of int* and float*. More...

#include <ProjectBuilder.h>

Data Fields

int * i
 
float * f
 

Detailed Description

Digit pointer object; union of int* and float*.

Definition at line 131 of file ProjectBuilder.h.

Field Documentation

◆ f

float* digitPtr::f

Definition at line 133 of file ProjectBuilder.h.

◆ i

int* digitPtr::i

Definition at line 132 of file ProjectBuilder.h.


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