#include <array>
#include <list>
Go to the source code of this file.
|
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...
|
|
|
namespace | ttk |
| The Topology ToolKit.
|
|