TransHasNode Class Reference

#include <Lock.h>

Collaboration diagram for TransHasNode:

Collaboration graph
[legend]

Public Member Functions

void print ()

Data Fields

LockHashNodenode_
TransHasNodenext_

Detailed Description

Definition at line 63 of file Lock.h.


Member Function Documentation

void TransHasNode::print (  )  [inline]

Definition at line 68 of file Lock.h.

References node_, and LockHashNode::print().

Referenced by Transaction::printDebugInfo().

00068 { node_->print(); }

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

TransHasNode* TransHasNode::next_

Definition at line 67 of file Lock.h.

Referenced by Transaction::findInHasList(), Transaction::insertIntoHasList(), Transaction::releaseAllLocks(), and Transaction::removeFromHasList().

LockHashNode* TransHasNode::node_

Definition at line 66 of file Lock.h.

Referenced by Transaction::findInHasList(), Transaction::insertIntoHasList(), print(), and Transaction::removeFromHasList().


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 22:55:06 2008 for csql by  doxygen 1.4.7