Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions | Public Attributes

StreamBuffer::ContainedLink Class Reference

Definition of the contained link set. More...

#include <StreamBuffer.h>

Collaboration diagram for StreamBuffer::ContainedLink:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ContainedLink ()
 ContainedLink (const ContainedLink &copy)
 ContainedLink (ContainedObject *pObj, long hint, long link)

Public Attributes

ContainedObjectfirst
long second
long third

Detailed Description

Definition of the contained link set.

Definition at line 120 of file StreamBuffer.h.


Constructor & Destructor Documentation

StreamBuffer::ContainedLink::ContainedLink (  ) [inline]

Definition at line 125 of file StreamBuffer.h.

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

Definition at line 127 of file StreamBuffer.h.

      : first(copy.first), second(copy.second), third(copy.third)  {
    }
StreamBuffer::ContainedLink::ContainedLink ( ContainedObject pObj,
long  hint,
long  link 
) [inline]

Definition at line 130 of file StreamBuffer.h.

      : first(pObj), second(hint), third(link)  {
    }

Member Data Documentation

Definition at line 122 of file StreamBuffer.h.

Definition at line 123 of file StreamBuffer.h.

Definition at line 124 of file StreamBuffer.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:46 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004