Public Member Functions | |
template<typename... Args> | |
Item (Args... args) | |
![]() | |
Item * | getNextListNode () const |
void | setNextListNode (Item *node) |
Public Attributes | |
T | payload |
Additional Inherited Members | |
![]() | |
LinkedListNode () | |
~LinkedListNode () | |
Definition at line 25 of file test_multithreading.cpp.
Definition at line 30 of file test_multithreading.cpp.
T Queue< T >::Item::payload |
Definition at line 27 of file test_multithreading.cpp.