The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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 130 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 135 of file StreamBuffer.h.

135: 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 132 of file StreamBuffer.h.

◆ second

long StreamBuffer::IdentifiedLink::second = INVALID

Definition at line 133 of file StreamBuffer.h.


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