|
FDOSTUI
FreeDOS Text User Interface
|
container to hold objects More...
Public Attributes | |
| size_t | m_slots |
| size_t | m_taken |
| size_t | m_growby |
| void ** | m_base |
container to hold objects
| array::m_base |
base array that holds objects
| array::m_growby |
number of slots to growby. When the array is full, the array will be expanded by m_growby elements
| array::m_slots |
(actual) number of slots allocated
| array::m_taken |
number of slots occupied
1.8.14