TTK
Loading...
Searching...
No Matches
Classes | Namespaces
ArrayLinkedList.h File Reference
#include <array>
#include <list>

Go to the source code of this file.

Classes

class  ttk::ArrayLinkedList< datatype, size >
 This class describes a dynamic size data structure for thread safe computation. It is a linked list of arrays that also stores the current number of elements. Its key feature is that the addition of an element will never cause the moving of the data structure in memory, unlike an std::vector, making the access to an element thread safe even if another thread is adding elements. More...
 

Namespaces

namespace  ttk
 The Topology ToolKit.