Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_map_t Struct Reference

#include <obj.h>

Public Attributes

size_t all_keys_are_qstrs: 1
 
size_t is_fixed: 1
 
size_t is_ordered: 1
 
size_t used: (8 * sizeof(size_t) - 3)
 
size_t alloc
 
mp_map_elem_ttable
 

Detailed Description

Definition at line 356 of file obj.h.

Member Data Documentation

◆ all_keys_are_qstrs

size_t _mp_map_t::all_keys_are_qstrs

Definition at line 357 of file obj.h.

◆ alloc

size_t _mp_map_t::alloc

Definition at line 361 of file obj.h.

◆ is_fixed

size_t _mp_map_t::is_fixed

Definition at line 358 of file obj.h.

◆ is_ordered

size_t _mp_map_t::is_ordered

Definition at line 359 of file obj.h.

◆ table

mp_map_elem_t* _mp_map_t::table

Definition at line 362 of file obj.h.

◆ used

size_t _mp_map_t::used

Definition at line 360 of file obj.h.


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