#include <lock_free_intrusive_stack.h>
Public Types | |
| typedef T * | pointer |
| typedef const T * | const_pointer |
| typedef lock_free_intrusive_stack_node< T > | node_type |
| typedef node_type * | node_ptr_type |
| typedef const node_type * | const_node_ptr_type |
Static Public Member Functions | |
| static node_ptr_type | to_node_ptr (pointer ptr) |
| static const_node_ptr_type | to_node_ptr (const_pointer ptr) |
Hook when our object inherits lock_free_intrusive_stack_node. So the list will use the base class. Check the lock_free_intrusive_stack AZStdExamples.