#include "AthContainers/PackedContainer.h"
#include "AthContainers/PackedConverter.h"
#include "AthContainers/ClassName.h"
#include "TClassStreamer.h"
#include "TMemberStreamer.h"
#include "TError.h"
#include "TROOT.h"
#include <cassert>
Go to the source code of this file.
◆ STREAMER
◆ STREAMER1
#define STREAMER1 |
( |
|
TYPE, |
|
|
|
ALLOC |
|
) |
| |
Value:
template <>
struct InstallPackedContainerStreamer<
TYPE, ALLOC> { \
InstallPackedContainerStreamer() {
\
} }; \
InstallPackedContainerStreamer<TYPE, ALLOC> _R__UNIQUE_(streamerInstance); \
} class swallowSemicolon
Definition at line 177 of file PackedContainerStreamer.cxx.
◆ STREAMER() [1/24]
◆ STREAMER() [2/24]
◆ STREAMER() [3/24]
◆ STREAMER() [4/24]
◆ STREAMER() [5/24]
◆ STREAMER() [6/24]
STREAMER |
( |
std::vector< char > |
| ) |
|
◆ STREAMER() [7/24]
STREAMER |
( |
std::vector< double > |
| ) |
|
◆ STREAMER() [8/24]
STREAMER |
( |
std::vector< float > |
| ) |
|
◆ STREAMER() [9/24]
STREAMER |
( |
std::vector< int > |
| ) |
|
◆ STREAMER() [10/24]
STREAMER |
( |
std::vector< short > |
| ) |
|
◆ STREAMER() [11/24]
STREAMER |
( |
std::vector< std::vector< char > > |
| ) |
|
◆ STREAMER() [12/24]
STREAMER |
( |
std::vector< std::vector< double > > |
| ) |
|
◆ STREAMER() [13/24]
STREAMER |
( |
std::vector< std::vector< float > > |
| ) |
|
◆ STREAMER() [14/24]
STREAMER |
( |
std::vector< std::vector< int > > |
| ) |
|
◆ STREAMER() [15/24]
STREAMER |
( |
std::vector< std::vector< short > > |
| ) |
|
◆ STREAMER() [16/24]
STREAMER |
( |
std::vector< std::vector< unsigned char > > |
| ) |
|
◆ STREAMER() [17/24]
STREAMER |
( |
std::vector< std::vector< unsigned int > > |
| ) |
|
◆ STREAMER() [18/24]
STREAMER |
( |
std::vector< std::vector< unsigned short > > |
| ) |
|
◆ STREAMER() [19/24]
STREAMER |
( |
std::vector< unsigned char > |
| ) |
|
◆ STREAMER() [20/24]
STREAMER |
( |
std::vector< unsigned int > |
| ) |
|
◆ STREAMER() [21/24]
STREAMER |
( |
std::vector< unsigned short > |
| ) |
|
◆ STREAMER() [22/24]
STREAMER |
( |
unsigned char |
| ) |
|
◆ STREAMER() [23/24]
STREAMER |
( |
unsigned int |
| ) |
|
◆ STREAMER() [24/24]
STREAMER |
( |
unsigned short |
| ) |
|