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