| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

StreamBuffer::IdentifiedLink Class Reference

Definition of the contained link set. More...

#include <StreamBuffer.h>

Collaboration diagram for StreamBuffer::IdentifiedLink:

[legend]
List of all members.

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


Constructor & Destructor Documentation

StreamBuffer::IdentifiedLink::IdentifiedLink (  )  [inline]

Definition at line 138 of file StreamBuffer.h.

00138                      : first(0), second(INVALID)  {
00139     }

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

Definition at line 140 of file StreamBuffer.h.

00141       : first(copy.first), second(copy.second)  {
00142     }

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

Definition at line 143 of file StreamBuffer.h.

00144       : first(pObj), second(hint)  {
00145     }


Member Data Documentation

DataObject* StreamBuffer::IdentifiedLink::first

Definition at line 136 of file StreamBuffer.h.

long StreamBuffer::IdentifiedLink::second

Definition at line 137 of file StreamBuffer.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:15 2011 for GaudiKernel by doxygen 1.4.7