Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

StreamBuffer::IdentifiedLink Class Reference

Definition of the contained link set. More...

#include <StreamBuffer.h>

Collaboration diagram for StreamBuffer::IdentifiedLink:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

DataObjectfirst
long second

Detailed Description

Definition of the contained link set.

Definition at line 135 of file StreamBuffer.h.


Constructor & Destructor Documentation

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

Definition at line 139 of file StreamBuffer.h.

00139                      : first(0), second(INVALID)  {
00140     }

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

Definition at line 141 of file StreamBuffer.h.

00142       : first(copy.first), second(copy.second)  {
00143     }

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

Definition at line 144 of file StreamBuffer.h.

00145       : first(pObj), second(hint)  {
00146     }


Member Data Documentation

Definition at line 137 of file StreamBuffer.h.

Definition at line 138 of file StreamBuffer.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:31:55 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004