StreamBuffer::IdentifiedLink Class Reference

Definition of the contained link set. More...

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/StreamBuffer.h>

Collaboration diagram for StreamBuffer::IdentifiedLink:

Public Member Functions

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

Public Attributes

DataObjectfirst = nullptr
 
long second = INVALID
 

Detailed Description

Definition of the contained link set.

Definition at line 133 of file StreamBuffer.h.

Constructor & Destructor Documentation

StreamBuffer::IdentifiedLink::IdentifiedLink ( )
default
StreamBuffer::IdentifiedLink::IdentifiedLink ( const IdentifiedLink copy)
default
StreamBuffer::IdentifiedLink::IdentifiedLink ( DataObject pObj,
long  hint 
)
inline

Definition at line 139 of file StreamBuffer.h.

140  : first(pObj), second(hint) {
141  }
StreamBuffer::IdentifiedLink::IdentifiedLink ( )
default
StreamBuffer::IdentifiedLink::IdentifiedLink ( const IdentifiedLink copy)
default
StreamBuffer::IdentifiedLink::IdentifiedLink ( DataObject pObj,
long  hint 
)
inline

Definition at line 139 of file StreamBuffer.h.

140  : first(pObj), second(hint) {
141  }

Member Data Documentation

DataObject * StreamBuffer::IdentifiedLink::first = nullptr

Definition at line 135 of file StreamBuffer.h.

long StreamBuffer::IdentifiedLink::second = INVALID

Definition at line 136 of file StreamBuffer.h.


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