Retro Rocket Kernel
BASIC-Powered Operating System
ub_var_generic_array Struct Reference

A generic array, we can use this to represent any array regardless of its contained type. More...

#include <basic.h>

+ Collaboration diagram for ub_var_generic_array:

Data Fields

uint64_t itemcount
 
const char * varname
 
void * values_inaccesible
 
struct ub_var_generic_arraynext
 

Detailed Description

A generic array, we can use this to represent any array regardless of its contained type.

Field Documentation

◆ itemcount

uint64_t ub_var_generic_array::itemcount

◆ next

struct ub_var_generic_array* ub_var_generic_array::next

◆ values_inaccesible

void* ub_var_generic_array::values_inaccesible

◆ varname

const char* ub_var_generic_array::varname