![]() |
ATLAS Offline Software
|
#include <sstream>
#include <map>
#include <vector>
#include <typeinfo>
#include <mutex>
#include "AthenaKernel/CLASS_DEF.h"
#include "AthenaKernel/BaseInfo.h"
#include "AthenaKernel/SourceID.h"
#include "AthenaKernel/DataBucketTraitFwd.h"
#include "AthenaKernel/MetaContDataBucket.h"
Go to the source code of this file.
Classes | |
class | SG::ReadMetaHandle< T > |
class | MetaContBase |
class | MetaCont< T > |
struct | SG::DataBucketTrait< MetaCont< T >, U > |
Metafunction to find the proper DataBucket class for T . More... | |
Namespaces | |
SG | |
Forward declaration. | |
Macros | |
#define | METACONT_DEF(T, CLID) |
Declare a metadata container along with its CLID: More... | |
#define METACONT_DEF | ( | T, | |
CLID | |||
) |
Declare a metadata container along with its CLID:
Definition at line 221 of file MetaCont.h.