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

Abstract base class for container types. More...

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

Go to the source code of this file.

Classes

class  original::container< TYPE, ALLOC >
 Abstract base class for containers. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Abstract base class for container types.

Defines a generic interface for container classes that store elements of type TYPE. Provides basic functionality like querying the size, checking if the container is empty, and checking if an element exists in the container.