Gaudi Framework, version v20r2

Generated: 18 Jul 2008

StreamBuffer::ContainedLink Class Reference

#include <StreamBuffer.h>

Collaboration diagram for StreamBuffer::ContainedLink:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition of the contained link set.

Definition at line 116 of file StreamBuffer.h.

Public Member Functions

 ContainedLink ()
 ContainedLink (const ContainedLink &copy)
 ContainedLink (ContainedObject *pObj, long hint, long link)

Public Attributes

ContainedObjectfirst
long second
long third


Constructor & Destructor Documentation

StreamBuffer::ContainedLink::ContainedLink (  )  [inline]

Definition at line 121 of file StreamBuffer.h.

00121                     : first(0), second(INVALID), third(INVALID)  {
00122     }

StreamBuffer::ContainedLink::ContainedLink ( const ContainedLink copy  )  [inline]

Definition at line 123 of file StreamBuffer.h.

00124       : first(copy.first), second(copy.second), third(copy.third)  {
00125     }

StreamBuffer::ContainedLink::ContainedLink ( ContainedObject pObj,
long  hint,
long  link 
) [inline]

Definition at line 126 of file StreamBuffer.h.

00127       : first(pObj), second(hint), third(link)  {
00128     }


Member Data Documentation

ContainedObject* StreamBuffer::ContainedLink::first

Definition at line 118 of file StreamBuffer.h.

Referenced by StreamBuffer::getContainedLink(), and StreamBuffer::getObjectPointer().

long StreamBuffer::ContainedLink::second

Definition at line 119 of file StreamBuffer.h.

Referenced by StreamBuffer::getContainedLink().

long StreamBuffer::ContainedLink::third

Definition at line 120 of file StreamBuffer.h.

Referenced by StreamBuffer::getContainedLink().


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:09:25 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004