IntrusiveListNode Struct Reference

See class IntrusiveList for details. More...

#include <Types.h>

Inheritance diagram for IntrusiveListNode:

PageBucketListNode CachePage LRUPage TwoQPage List of all members.

Public Member Functions

 IntrusiveListNode ()

Public Attributes

IntrusiveListNodepNext

Detailed Description

See class IntrusiveList for details.

Definition at line 81 of file Types.h.


Constructor & Destructor Documentation

IntrusiveListNode::IntrusiveListNode (  )  [inline]

Definition at line 86 of file Types.h.

00087     {
00088         pNext = NULL;
00089     }


Member Data Documentation

IntrusiveListNode* IntrusiveListNode::pNext

Definition at line 83 of file Types.h.

Referenced by RawIntrusiveList::clear(), RawIntrusiveListMutator::demoteCurrToBack(), RawIntrusiveListMutator::demoteFrontBeforeCurr(), RawIntrusiveListMutator::detach(), RawIntrusiveListIter::operator++(), RawIntrusiveListMutator::promoteCurrToFront(), RawIntrusiveList::push_back(), and RawIntrusiveList::push_front().


The documentation for this struct was generated from the following file:
Generated on Mon Jun 22 04:00:33 2009 for Fennel by  doxygen 1.5.1