All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
StreamBuffer::IdentifiedLink Class Reference

Definition of the contained link set. More...

#include <GaudiKernel/StreamBuffer.h>

Collaboration diagram for StreamBuffer::IdentifiedLink:

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.

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

Definition at line 141 of file StreamBuffer.h.

142  : first(copy.first), second(copy.second) {
143  }
StreamBuffer::IdentifiedLink::IdentifiedLink ( DataObject pObj,
long  hint 
)
inline

Definition at line 144 of file StreamBuffer.h.

145  : first(pObj), second(hint) {
146  }

Member Data Documentation

DataObject* StreamBuffer::IdentifiedLink::first

Definition at line 137 of file StreamBuffer.h.

long StreamBuffer::IdentifiedLink::second

Definition at line 138 of file StreamBuffer.h.


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