Gaudi Framework, version v20r2

Generated: 18 Jul 2008

StreamBuffer::IdentifiedLink Class Reference

#include <StreamBuffer.h>

Collaboration diagram for StreamBuffer::IdentifiedLink:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition of the contained link set.

Definition at line 131 of file StreamBuffer.h.

Public Member Functions

 IdentifiedLink ()
 IdentifiedLink (const IdentifiedLink &copy)
 IdentifiedLink (DataObject *pObj, long hint)

Public Attributes

DataObjectfirst
long second


Constructor & Destructor Documentation

StreamBuffer::IdentifiedLink::IdentifiedLink (  )  [inline]

Definition at line 135 of file StreamBuffer.h.

00135                      : first(0), second(INVALID)  {
00136     }

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

Definition at line 137 of file StreamBuffer.h.

00138       : first(copy.first), second(copy.second)  {
00139     }

StreamBuffer::IdentifiedLink::IdentifiedLink ( DataObject pObj,
long  hint 
) [inline]

Definition at line 140 of file StreamBuffer.h.

00141       : first(pObj), second(hint)  {
00142     }


Member Data Documentation

DataObject* StreamBuffer::IdentifiedLink::first

Definition at line 133 of file StreamBuffer.h.

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

long StreamBuffer::IdentifiedLink::second

Definition at line 134 of file StreamBuffer.h.

Referenced by StreamBuffer::getIdentifiedLink().


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