ORIGINAL
Loading...
Searching...
No Matches
baseList.h File Reference

Provides a base class for variable-size serial containers. More...

#include "serial.h"
Include dependency graph for baseList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::baseList< TYPE, ALLOC >
 Base class for variable-size serial containers. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Provides a base class for variable-size serial containers.

This header defines the baseList class, which serves as the base class for containers that can dynamically change in size. The baseList class extends from the serial class, providing the core functionality for serial containers while allowing for dynamic resizing. It is intended for use in scenarios where the container's size can change during the container's lifetime, such as linked lists or dynamic arrays.