The Gaudi Framework  v29r0 (ff2e7097)
StreamBuffer::ContainedLink Class Reference

Definition of the contained link set. More...

#include <GaudiKernel/StreamBuffer.h>

Collaboration diagram for StreamBuffer::ContainedLink:

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 121 of file StreamBuffer.h.

Constructor & Destructor Documentation

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

Definition at line 128 of file StreamBuffer.h.

128 : first( copy.first ), second( copy.second ), third( copy.third ) {}
T copy(T...args)
StreamBuffer::ContainedLink::ContainedLink ( ContainedObject pObj,
long  hint,
long  link 
)
inline

Definition at line 129 of file StreamBuffer.h.

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

Member Data Documentation

ContainedObject* StreamBuffer::ContainedLink::first

Definition at line 124 of file StreamBuffer.h.

long StreamBuffer::ContainedLink::second

Definition at line 125 of file StreamBuffer.h.

long StreamBuffer::ContainedLink::third

Definition at line 126 of file StreamBuffer.h.


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