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

A block-based list implementation. More...

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

Go to the source code of this file.

Classes

class  original::blocksList< TYPE, ALLOC >
 A block-based list implementation. More...
 
class  original::blocksList< TYPE, ALLOC >::Iterator
 Iterator for blocksList, supports forward and backward iteration. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

A block-based list implementation.

This file provides the definition of the blocksList class, which is a list that stores elements in blocks. It efficiently handles operations such as insertion and removal at both ends. The class supports random access and iteration.