Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

StreamBuffer::ContainedLink Class Reference

Definition of the contained link set. More...

#include <StreamBuffer.h>

Collaboration diagram for StreamBuffer::ContainedLink:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

ContainedObjectfirst
long second
long third


Detailed Description

Definition of the contained link set.

Definition at line 119 of file StreamBuffer.h.


Constructor & Destructor Documentation

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

Definition at line 124 of file StreamBuffer.h.

00124                     : first(0), second(INVALID), third(INVALID)  {
00125     }

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

Definition at line 126 of file StreamBuffer.h.

00127       : first(copy.first), second(copy.second), third(copy.third)  {
00128     }

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

Definition at line 129 of file StreamBuffer.h.

00130       : first(pObj), second(hint), third(link)  {
00131     }


Member Data Documentation

Definition at line 121 of file StreamBuffer.h.

Definition at line 122 of file StreamBuffer.h.

Definition at line 123 of file StreamBuffer.h.


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

Generated at Mon May 3 12:26:33 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004