#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <list>
#include <string>
#include <typeinfo>
#include <vector>
#include <GaudiKernel/Kernel.h>
#include <GaudiKernel/swab.h>
Go to the source code of this file.
◆ IMPLEMENT_STREAMER
#define IMPLEMENT_STREAMER |
( |
|
TYPE | ) |
|
Value: \
swapToBuffer( &data, sizeof( data ) ); \
STREAM_ANALYSE( data, sizeof( data ) ); \
return *this; \
} \
\
swapFromBuffer( &data, sizeof( data ) ); \
return *this; \
}
Definition at line 317 of file StreamBuffer.h.
◆ STREAM_ANALYSE
#define STREAM_ANALYSE |
( |
|
data, |
|
|
|
len |
|
) |
| |
◆ operator<<() [1/2]
◆ operator<<() [2/2]
◆ operator>>() [1/2]
Definition at line 646 of file StreamBuffer.h.
650 for (
long i = 0; i < len; i++ ) {
◆ operator>>() [2/2]