![]() |
ATLAS Offline Software
|
Transient data object, holding BS content of the event. More...
#include <ByteStream.h>
Public Member Functions | |
| ByteStream () | |
| default constructor More... | |
| ByteStream (int nWord) | |
| constructor with nWord More... | |
| ByteStream (const ByteStream &)=delete | |
| ByteStream & | operator= (const ByteStream &)=delete |
| virtual | ~ByteStream () |
| destructor More... | |
| OFFLINE_FRAGMENTS_NAMESPACE::DataType * | getBuffer () |
| get internal buffer More... | |
Private Attributes | |
| int | m_nWord |
| number of words More... | |
| OFFLINE_FRAGMENTS_NAMESPACE::DataType * | m_start |
| representation More... | |
Transient data object, holding BS content of the event.
Initial version: July 14, 2002 typedef for Transient ByteStream data object
Definition at line 17 of file ByteStream.h.
|
inline |
|
inline |
constructor with nWord
Definition at line 23 of file ByteStream.h.
|
delete |
|
inlinevirtual |
destructor
Definition at line 31 of file ByteStream.h.
|
inline |
|
delete |
|
private |
number of words
Definition at line 42 of file ByteStream.h.
|
private |
representation
Definition at line 44 of file ByteStream.h.
1.8.18