The Gaudi Framework  master (37c0b60a)
StreamBuffer::IdentifiedLink Class Reference

Definition of the contained link set. More...

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/StreamBuffer.h>

Collaboration diagram for StreamBuffer::IdentifiedLink:

Public Member Functions

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

Public Attributes

DataObjectfirst = nullptr
 
long second = INVALID
 

Detailed Description

Definition of the contained link set.

Definition at line 134 of file StreamBuffer.h.

Constructor & Destructor Documentation

◆ IdentifiedLink() [1/3]

StreamBuffer::IdentifiedLink::IdentifiedLink ( )
default

◆ IdentifiedLink() [2/3]

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

Definition at line 139 of file StreamBuffer.h.

139 : first( pObj ), second( hint ) {}

◆ IdentifiedLink() [3/3]

StreamBuffer::IdentifiedLink::IdentifiedLink ( const IdentifiedLink copy)
default

Member Function Documentation

◆ operator=()

IdentifiedLink& StreamBuffer::IdentifiedLink::operator= ( const IdentifiedLink copy)
default

Member Data Documentation

◆ first

DataObject* StreamBuffer::IdentifiedLink::first = nullptr

Definition at line 136 of file StreamBuffer.h.

◆ second

long StreamBuffer::IdentifiedLink::second = INVALID

Definition at line 137 of file StreamBuffer.h.


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