Honeycomb  0.1
Component-Model Framework
Public Member Functions | Public Attributes | List of all members
honey::lockfree::HazardMemLink< Node > Struct Template Reference

Base link class, contains a generic Cas-able data chunk. The data chunk contains a pointer to a HazardMemNode. More...

#include <HazardMem.h>

Inheritance diagram for honey::lockfree::HazardMemLink< Node >:
Inheritance graph
[legend]
Collaboration diagram for honey::lockfree::HazardMemLink< Node >:
Collaboration graph
[legend]

Public Member Functions

Node * ptr () const
 Get node pointer. More...
 

Public Attributes

Atomic< intptr_t > data
 

Detailed Description

template<class Node>
struct honey::lockfree::HazardMemLink< Node >

Base link class, contains a generic Cas-able data chunk. The data chunk contains a pointer to a HazardMemNode.

Member Function Documentation

template<class Node >
Node* honey::lockfree::HazardMemLink< Node >::ptr ( ) const
inline

Get node pointer.

Member Data Documentation

template<class Node >
Atomic<intptr_t> honey::lockfree::HazardMemLink< Node >::data

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