NCBI C++ ToolKit
|
Search Toolkit Book for ncbi::TAtomicStack::TNode
#include <objtools/writers/atomics.hpp>
Public Member Functions | |
operator value_type & () | |
value_type & | operator* () |
value_type * | operator-> () |
Private Attributes | |
atomic_pointer | m_next {nullptr} |
value_type | m_data |
Friends | |
class | TAtomicStack |
Definition at line 53 of file atomics.hpp.
|
inline |
Definition at line 60 of file atomics.hpp.
|
inline |
Definition at line 63 of file atomics.hpp.
|
inline |
Definition at line 66 of file atomics.hpp.
|
friend |
Definition at line 55 of file atomics.hpp.
|
private |
Definition at line 58 of file atomics.hpp.
Referenced by ncbi::TAtomicStack< value_type >::TNode::operator value_type &(), ncbi::TAtomicStack< value_type >::TNode::operator*(), and ncbi::TAtomicStack< value_type >::TNode::operator->().
|
private |
Definition at line 57 of file atomics.hpp.