ORIGINAL
|
Provides a base class for fixed-size serial containers. More...
#include "serial.h"
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. | |
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.