Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
StreamBuffer::ContainedLink Class Reference

Definition of the contained link set. More...

#include <StreamBuffer.h>

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

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

ContainedObject* StreamBuffer::ContainedLink::first

Definition at line 122 of file StreamBuffer.h.

long StreamBuffer::ContainedLink::second

Definition at line 123 of file StreamBuffer.h.

long StreamBuffer::ContainedLink::third

Definition at line 124 of file StreamBuffer.h.


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

Generated at Mon Feb 17 2014 14:38:12 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004