#include <list>
#include <vector>
#include <string>
#include <iostream>
#include <cstring>
#include <cstdlib>
#include <typeinfo>
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/swab.h"
Go to the source code of this file.
#define IMPLEMENT_STREAMER |
( |
|
TYPE | ) |
|
Value: \
swapToBuffer(&data,
sizeof(data));
\
return *this; \
} \
\
swapFromBuffer(&data, sizeof(data)); \
return *this; \
}
StreamBuffer & operator<<(StreamBuffer &s, const std::vector< T > &v)
StreamBuffer & operator>>(StreamBuffer &s, std::vector< T > &v)
#define STREAM_ANALYSE(data, len)
Definition at line 343 of file StreamBuffer.h.
#define STREAM_ANALYSE |
( |
|
data, |
|
|
|
len |
|
) |
| |
Definition at line 645 of file StreamBuffer.h.
647 for (
typename std::vector<T>::const_iterator
i = v.begin();
i != v.end();
i++ ) {
Definition at line 669 of file StreamBuffer.h.
671 for (
typename std::list<T>::const_iterator
i = l.begin();
i != l.end();
i++ ) {