![]() |
ATLAS Offline Software
|
#include "AthLinks/DataLink.h"#include "AthLinks/ElementLink.h"#include "AthContainers/tools/AuxTypeVectorFactory.h"#include <vector>Go to the source code of this file.
Macros | |
| #define | XAOD_BASEINFO_TYPE(TYPE) |
| #define | XAOD_INSTANTIATE_CONTAINER_TYPES(TYPE) |
| Macro instantiating all the container "interface" and smart pointer types that we need a dictionary for. | |
| #define | XAOD_INSTANTIATE_NS_CONTAINER_TYPES(NS, TYPE) |
| Macro instantiating all the container "interface" and smart pointer types that we need a dictionary for. | |
| #define | XAOD_INSTANTIATE_OBJECT_TYPES(TYPE) |
| Macro instantiating all the single object smart pointer types that we need a dictionary for. | |
| #define | XAOD_INSTANTIATE_NS_OBJECT_TYPES(NS, TYPE) |
| Macro instantiating all the single object smart pointer types that we need a dictionary for. | |
| #define XAOD_BASEINFO_TYPE | ( | TYPE | ) |
Definition at line 19 of file DictHelpers.h.
| #define XAOD_INSTANTIATE_CONTAINER_TYPES | ( | TYPE | ) |
Macro instantiating all the container "interface" and smart pointer types that we need a dictionary for.
Definition at line 24 of file DictHelpers.h.
| #define XAOD_INSTANTIATE_NS_CONTAINER_TYPES | ( | NS, | |
| TYPE ) |
Macro instantiating all the container "interface" and smart pointer types that we need a dictionary for.
Definition at line 40 of file DictHelpers.h.
| #define XAOD_INSTANTIATE_NS_OBJECT_TYPES | ( | NS, | |
| TYPE ) |
Macro instantiating all the single object smart pointer types that we need a dictionary for.
Definition at line 65 of file DictHelpers.h.
| #define XAOD_INSTANTIATE_OBJECT_TYPES | ( | TYPE | ) |
Macro instantiating all the single object smart pointer types that we need a dictionary for.
Definition at line 57 of file DictHelpers.h.