Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_arg_val_t Union Reference

#include <runtime.h>

Public Attributes

bool u_bool
 
mp_int_t u_int
 
mp_obj_t u_obj
 
mp_rom_obj_t u_rom_obj
 

Detailed Description

Definition at line 46 of file runtime.h.

Member Data Documentation

◆ u_bool

bool _mp_arg_val_t::u_bool

Definition at line 47 of file runtime.h.

◆ u_int

mp_int_t _mp_arg_val_t::u_int

Definition at line 48 of file runtime.h.

◆ u_obj

mp_obj_t _mp_arg_val_t::u_obj

Definition at line 49 of file runtime.h.

◆ u_rom_obj

mp_rom_obj_t _mp_arg_val_t::u_rom_obj

Definition at line 50 of file runtime.h.


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