OpcUaCanOpen
CANopen OPC-UA server
mu::SToken Struct Reference

#include <muParserBytecode.h>

Public Attributes

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

Detailed Description

Definition at line 44 of file muParserBytecode.h.

Member Data Documentation

◆ @16

union { ... }

◆ argc

int mu::SToken::argc

Definition at line 65 of file muParserBytecode.h.

◆ Cmd

ECmdCode mu::SToken::Cmd

Definition at line 46 of file muParserBytecode.h.

◆ data

value_type mu::SToken::data

Definition at line 54 of file muParserBytecode.h.

◆ data2

value_type mu::SToken::data2

Definition at line 55 of file muParserBytecode.h.

◆ Fun

struct { ... } mu::SToken::Fun

◆ idx

int mu::SToken::idx

Definition at line 66 of file muParserBytecode.h.

◆ offset

int mu::SToken::offset

Definition at line 72 of file muParserBytecode.h.

◆ Oprt

struct { ... } mu::SToken::Oprt

◆ ptr [1/2]

value_type* mu::SToken::ptr

Definition at line 53 of file muParserBytecode.h.

◆ ptr [2/2]

generic_fun_type mu::SToken::ptr

Definition at line 64 of file muParserBytecode.h.

◆ StackPos

int mu::SToken::StackPos

Definition at line 47 of file muParserBytecode.h.

◆ Val

struct { ... } mu::SToken::Val

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