![]() |
ATLAS Offline Software
|
#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.
Classes | |
| class | SG::PackedContainerStreamer< T, ALLOC > |
| Streamer for reading/writing SG::PackedContainer instances. More... | |
Namespaces | |
| namespace | SG |
| Forward declaration. | |
Macros | |
| #define | STREAMER1(TYPE, ALLOC) |
| #define | STREAMER(TYPE) |
Functions | |
| void | SG::writePackedParameters (TBuffer &b, const SG::PackedParameters &parms) |
| Write a set of packed parameters to a buffer. | |
| SG::PackedParameters | SG::readPackedParameters (TBuffer &b) |
| Read a set of packed parameters from a buffer. | |
| STREAMER (char) | |
| STREAMER (unsigned char) | |
| STREAMER (short) | |
| STREAMER (unsigned short) | |
| STREAMER (int) | |
| STREAMER (unsigned int) | |
| STREAMER (float) | |
| STREAMER (double) | |
| STREAMER (std::vector< char >) | |
| STREAMER (std::vector< unsigned char >) | |
| STREAMER (std::vector< short >) | |
| STREAMER (std::vector< unsigned short >) | |
| STREAMER (std::vector< int >) | |
| STREAMER (std::vector< unsigned int >) | |
| STREAMER (std::vector< float >) | |
| STREAMER (std::vector< double >) | |
| STREAMER (std::vector< std::vector< char > >) | |
| STREAMER (std::vector< std::vector< unsigned char > >) | |
| STREAMER (std::vector< std::vector< short > >) | |
| STREAMER (std::vector< std::vector< unsigned short > >) | |
| STREAMER (std::vector< std::vector< int > >) | |
| STREAMER (std::vector< std::vector< unsigned int > >) | |
| STREAMER (std::vector< std::vector< float > >) | |
| STREAMER (std::vector< std::vector< double > >) | |
| #define STREAMER | ( | TYPE | ) |
Definition at line 186 of file PackedContainerStreamer.cxx.
| #define STREAMER1 | ( | TYPE, | |
| ALLOC ) |
Definition at line 176 of file PackedContainerStreamer.cxx.
| STREAMER | ( | char | ) |
| STREAMER | ( | double | ) |
| STREAMER | ( | float | ) |
| STREAMER | ( | int | ) |
| STREAMER | ( | short | ) |
| STREAMER | ( | std::vector< char > | ) |
| STREAMER | ( | std::vector< double > | ) |
| STREAMER | ( | std::vector< float > | ) |
| STREAMER | ( | std::vector< int > | ) |
| STREAMER | ( | std::vector< short > | ) |
| STREAMER | ( | std::vector< std::vector< char > > | ) |
| STREAMER | ( | std::vector< std::vector< double > > | ) |
| STREAMER | ( | std::vector< std::vector< float > > | ) |
| STREAMER | ( | std::vector< std::vector< int > > | ) |
| STREAMER | ( | std::vector< std::vector< short > > | ) |
| STREAMER | ( | std::vector< std::vector< unsigned char > > | ) |
| STREAMER | ( | std::vector< std::vector< unsigned int > > | ) |
| STREAMER | ( | std::vector< std::vector< unsigned short > > | ) |
| STREAMER | ( | std::vector< unsigned char > | ) |
| STREAMER | ( | std::vector< unsigned int > | ) |
| STREAMER | ( | std::vector< unsigned short > | ) |
| STREAMER | ( | unsigned char | ) |
| STREAMER | ( | unsigned int | ) |
| STREAMER | ( | unsigned short | ) |