FDOSTUI
FreeDOS Text User Interface
Public Attributes | List of all members
array Struct Reference

container to hold objects More...

Public Attributes

size_t m_slots
 
size_t m_taken
 
size_t m_growby
 
void ** m_base
 

Detailed Description

container to hold objects

Member Data Documentation

◆ m_base

array::m_base

base array that holds objects

◆ m_growby

array::m_growby

number of slots to growby. When the array is full, the array will be expanded by m_growby elements

◆ m_slots

array::m_slots

(actual) number of slots allocated

◆ m_taken

array::m_taken

number of slots occupied


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