Jlm
Public Attributes | List of all members
jlm::util::IntrusiveHashAnchor< ElementType > Class Template Reference

#include <intrusive-hash.hpp>

Public Attributes

ElementType * prev
 
ElementType * next
 

Detailed Description

template<typename ElementType>
class jlm::util::IntrusiveHashAnchor< ElementType >

Definition at line 576 of file intrusive-hash.hpp.

Member Data Documentation

◆ next

template<typename ElementType >
ElementType* jlm::util::IntrusiveHashAnchor< ElementType >::next

Definition at line 580 of file intrusive-hash.hpp.

◆ prev

template<typename ElementType >
ElementType* jlm::util::IntrusiveHashAnchor< ElementType >::prev

Definition at line 579 of file intrusive-hash.hpp.


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