|
BOSS 8.0.0
BESIII Offline Software System
|
declare to which family the container belongs as far as its indexing policy is concerned More...
#include "DataModel/tools/DefaultIndexingPolicy.h"#include "DataModel/tools/ForwardIndexingPolicy.h"#include "DataModel/tools/AssociativeIndexingPolicies.h"Go to the source code of this file.
Macros | |
| #define | CONTAINER_INDEXING_POLICY(CONTAINER, POLICY) |
| declare the indexing polixy to be used for a container | |
| #define | CONTAINER_IS_SEQUENCE(CONTAINER) |
| #define | CONTAINER_IS_MAP(CONTAINER) |
| #define | CONTAINER_IS_SET(CONTAINER) |
declare to which family the container belongs as far as its indexing policy is concerned
Definition in file Event/GeneratorObject/include/DataModel/DeclareIndexingPolicy.h.
| #define CONTAINER_INDEXING_POLICY | ( | CONTAINER, | |
| POLICY ) |
declare the indexing polixy to be used for a container
Definition at line 30 of file Event/GeneratorObject/include/DataModel/DeclareIndexingPolicy.h.
| #define CONTAINER_IS_MAP | ( | CONTAINER | ) |
Definition at line 44 of file Event/GeneratorObject/include/DataModel/DeclareIndexingPolicy.h.
| #define CONTAINER_IS_SEQUENCE | ( | CONTAINER | ) |
Definition at line 38 of file Event/GeneratorObject/include/DataModel/DeclareIndexingPolicy.h.
| #define CONTAINER_IS_SET | ( | CONTAINER | ) |
Definition at line 49 of file Event/GeneratorObject/include/DataModel/DeclareIndexingPolicy.h.