#include <amino/smr.h>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | amino | 
Classes | |
| class | amino::LockFreeStack< T > | 
| This is a lock-free stack, based on: IBM, IBM System/370 Extended Architecture, Principles of Operation, 1983 ABA prevention method is based on Maged M. Michael's: Hazard Pointers: Safe Memory Reclamation for Lock-Free Objects.  More... | |
| class | amino::LockFreeStack< T >::StackNode | 
| The node type, which stores the data and a next pointer in it.  More... | |
 1.5.6