Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_obj_str_t Struct Reference

#include <objstr.h>

Public Attributes

mp_obj_base_t base
 
mp_uint_t hash
 
size_t len
 
const bytedata
 

Detailed Description

Definition at line 31 of file objstr.h.

Member Data Documentation

◆ base

mp_obj_base_t _mp_obj_str_t::base

Definition at line 32 of file objstr.h.

◆ data

const byte* _mp_obj_str_t::data

Definition at line 36 of file objstr.h.

◆ hash

mp_uint_t _mp_obj_str_t::hash

Definition at line 33 of file objstr.h.

◆ len

size_t _mp_obj_str_t::len

Definition at line 35 of file objstr.h.


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