CoreComponents 3.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
Low-level Container

Low-level data structures for in-memory data organisation More...

Collaboration diagram for Low-level Container:

Classes

class  AppendList< T >
 Single-linked list data container. More...
 
class  Array< T >
 An array of items within a contiguous chunk of memory. More...
 
class  BitArray
 Array of bits More...
 
class  CircularBuffer< T >
 Fixed-size circular data buffer More...
 
class  Heap< T, Order >
 Fixed-size heap More...
 
class  Queue< T >
 Double-ended queue data container. More...
 

Detailed Description

Low-level data structures for in-memory data organisation