BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/GeneratorObject/include/DataModel/tools/MapIndexingPolicy.h
Go to the documentation of this file.
1
/***************************************************************************
2
define the Indexing Policy for std::map
3
-------------------------------------------------------
4
ATLAS Collaboration
5
***************************************************************************/
6
7
// $Id: MapIndexingPolicy.h,v 1.2 2003/04/16 01:32:53 calaf Exp $
8
9
#ifndef DATAMODEL_TOOLS_STLMAPINDEXINGPOLICY_H
10
#define DATAMODEL_TOOLS_STLMAPINDEXINGPOLICY_H
11
12
#ifndef _CPP_MAP
13
# include <map>
14
#endif
15
#ifndef DATAMODEL_TOOLS_DEFAULTINDEXINGPOLICY_H
16
# include "DataModel/tools/DefaultIndexingPolicy.h"
17
#endif
18
#ifndef DATAMODEL_TOOLS_ASSOCIATIVEINDEXINGPOLICIES_H
19
# include "DataModel/tools/AssociativeIndexingPolicies.h"
20
#endif
21
22
template
<
typename
KEY,
typename
ELEM>
struct
DefaultIndexingPolicy
<
std
::
map
<KEY, ELEM>> {
23
typedef
MapIndexingPolicy<std::map<KEY, ELEM>
>
type
;
24
};
25
26
#endif
// TOOLS_STLMAPINDEXINGPOLICY_H
MapIndexingPolicy
IndexingPolicy for std::map.
Definition
Event/GeneratorObject/include/DataModel/tools/AssociativeIndexingPolicies.h:145
map
std
Definition
x86_64-el9-gcc13-dbg/Event/RootEventData/RootEventDataDict.cxx:101
DefaultIndexingPolicy< std::map< KEY, ELEM > >::type
MapIndexingPolicy< std::map< KEY, ELEM > > type
Definition
Event/GeneratorObject/include/DataModel/tools/MapIndexingPolicy.h:23
DefaultIndexingPolicy
Definition
Event/GeneratorObject/include/DataModel/tools/DefaultIndexingPolicy.h:20
8.0.0
BOSS_Source
Event
GeneratorObject
include
DataModel
tools
MapIndexingPolicy.h
Generated by
1.16.1