Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
Foundation::Core::AtomicPool< T >::Node Struct Reference

Public Attributes

Nodenext
 
Atomic< uintptr_tused {0}
 
T data
 

Member Data Documentation

◆ data

template<typename T >
T Foundation::Core::AtomicPool< T >::Node::data

◆ next

template<typename T >
Node* Foundation::Core::AtomicPool< T >::Node::next

◆ used

template<typename T >
Atomic<uintptr_t> Foundation::Core::AtomicPool< T >::Node::used {0}

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