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

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

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

Go to the source code of this file.

Classes

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

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Provides a base class for fixed-size serial containers.

This header defines the baseArray class, which serves as the base class for containers that have a fixed size. The baseArray class extends from the serial class, ensuring the encapsulation of a serial data structure while preventing size changes at runtime. It is designed for scenarios where the container size is predetermined and should remain constant throughout its lifetime.