Seamly2D
Code documentation
qmu::SToken Struct Reference

#include <qmuparserbytecode.h>

Collaboration diagram for qmu::SToken:

Public Attributes

ECmdCode Cmd
 
int StackPos
 
union {
   struct {
      qreal *   ptr
 
      qreal   data
 
      qreal   data2
 
   }   Val
 
   struct {
      generic_fun_type   ptr
 
      int   argc
 
      int   idx
 
   }   Fun
 
   struct {
      qreal *   ptr
 
      int   offset
 
   }   Oprt
 
}; 
 

Detailed Description

Definition at line 41 of file qmuparserbytecode.h.

Member Data Documentation

◆ 

union { ... }

◆ argc

int qmu::SToken::argc

Definition at line 62 of file qmuparserbytecode.h.

◆ Cmd

◆ data

qreal qmu::SToken::data

Definition at line 51 of file qmuparserbytecode.h.

◆ data2

qreal qmu::SToken::data2

Definition at line 52 of file qmuparserbytecode.h.

◆ 

◆ idx

int qmu::SToken::idx

Definition at line 63 of file qmuparserbytecode.h.

◆ offset

int qmu::SToken::offset

Definition at line 69 of file qmuparserbytecode.h.

◆ 

struct { ... } qmu::SToken::Oprt

◆ ptr [1/2]

qreal* qmu::SToken::ptr

Definition at line 50 of file qmuparserbytecode.h.

◆ ptr [2/2]

generic_fun_type qmu::SToken::ptr

Definition at line 61 of file qmuparserbytecode.h.

◆ StackPos

int qmu::SToken::StackPos

Definition at line 44 of file qmuparserbytecode.h.

◆ 

struct { ... } qmu::SToken::Val

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