![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
Represents a value in the Phasor VM. More...
#include <PhasorFFI.h>
Public Attributes | |
| PhasorValueType | type |
| union { | |
| bool b | |
| int64_t i | |
| double f | |
| const char * s | |
| struct { | |
| const PhasorValue * elements | |
| size_t count | |
| } a | |
| } | as |
Represents a value in the Phasor VM.
Definition at line 63 of file PhasorFFI.h.
| struct { ... } PhasorValue::a |
| union { ... } PhasorValue::as |
| bool PhasorValue::b |
Definition at line 67 of file PhasorFFI.h.
| size_t PhasorValue::count |
Definition at line 75 of file PhasorFFI.h.
| const PhasorValue* PhasorValue::elements |
Definition at line 74 of file PhasorFFI.h.
| double PhasorValue::f |
Definition at line 69 of file PhasorFFI.h.
| int64_t PhasorValue::i |
Definition at line 68 of file PhasorFFI.h.
| const char* PhasorValue::s |
Definition at line 70 of file PhasorFFI.h.
| PhasorValueType PhasorValue::type |
Definition at line 65 of file PhasorFFI.h.