Collection
Loading...
Searching...
No Matches
Array Struct Reference

Represents a linked-list-based array structure. More...

Public Attributes

struct IArray base
struct ArrayNodelist

Detailed Description

Represents a linked-list-based array structure.

Contains a base interface (IArray) and a pointer to the head ArrayNode of the singly linked list.

Member Data Documentation

◆ base

struct IArray Array::base

🧩 Base interface for array operations

◆ list

struct ArrayNode* Array::list

🗃️ Head of the singly linked ArrayNode


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