Krita Source Code Documentation
Loading...
Searching...
No Matches
KisLocklessStack< T >::Node Struct Reference

Public Attributes

data
 
Nodenext
 

Detailed Description

template<class T>
struct KisLocklessStack< T >::Node

Definition at line 26 of file kis_lockless_stack.h.

Member Data Documentation

◆ data

template<class T >
T KisLocklessStack< T >::Node::data

Definition at line 28 of file kis_lockless_stack.h.

◆ next

template<class T >
Node* KisLocklessStack< T >::Node::next

Definition at line 27 of file kis_lockless_stack.h.


The documentation for this struct was generated from the following file: