Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
PhasorValue Struct Reference

#include <PhasorFFI.h>

Collaboration diagram for PhasorValue:
[legend]

Public Attributes

PhasorValueType type
union { 
   bool   b 
   int64_t   i 
   double   f 
   const char *   s 
   struct { 
      const PhasorValue *   elements 
      size_t   count 
   }   a
as

Detailed Description

Definition at line 61 of file PhasorFFI.h.

Member Data Documentation

◆ [struct]

struct { ... } PhasorValue::a

◆ [union]

union { ... } PhasorValue::as

◆ b

bool PhasorValue::b

Definition at line 64 of file PhasorFFI.h.

◆ count

size_t PhasorValue::count

Definition at line 71 of file PhasorFFI.h.

◆ elements

const PhasorValue* PhasorValue::elements

Definition at line 70 of file PhasorFFI.h.

◆ f

double PhasorValue::f

Definition at line 66 of file PhasorFFI.h.

◆ i

int64_t PhasorValue::i

Definition at line 65 of file PhasorFFI.h.

◆ s

const char* PhasorValue::s

Definition at line 67 of file PhasorFFI.h.

◆ type

PhasorValueType PhasorValue::type

Definition at line 62 of file PhasorFFI.h.


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