Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_emit_method_table_id_ops_t Struct Reference

#include <emit.h>

Public Attributes

void(* fast )(emit_t *emit, qstr qst, mp_uint_t local_num)
 
void(* deref )(emit_t *emit, qstr qst, mp_uint_t local_num)
 
void(* name )(emit_t *emit, qstr qst)
 
void(* global )(emit_t *emit, qstr qst)
 

Detailed Description

Definition at line 60 of file emit.h.

Member Data Documentation

◆ deref

void(* _mp_emit_method_table_id_ops_t::deref) (emit_t *emit, qstr qst, mp_uint_t local_num)

Definition at line 62 of file emit.h.

◆ fast

void(* _mp_emit_method_table_id_ops_t::fast) (emit_t *emit, qstr qst, mp_uint_t local_num)

Definition at line 61 of file emit.h.

◆ global

void(* _mp_emit_method_table_id_ops_t::global) (emit_t *emit, qstr qst)

Definition at line 64 of file emit.h.

◆ name

void(* _mp_emit_method_table_id_ops_t::name) (emit_t *emit, qstr qst)

Definition at line 63 of file emit.h.


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