ATLAS Offline Software
Loading...
Searching...
No Matches
DefaultIndexingPolicy.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 type generator that associates a container with an IndexingPolicy.
7 Used by ElementLink
8 Please define a (partial) specialization for your container:
9 the default value provided here generates a compiler error.
10 The specializations for the STL containers are available in StoreGate/tools
11 ----------------------------------------------------------------
12 ATLAS Collaboration
13 ***************************************************************************/
14
15// $Id: DefaultIndexingPolicy.h,v 1.1 2003-04-07 23:58:32 calaf Exp $
16
17#ifndef ATHLINKS_TOOLS_DEFAULTINDEXINGPOLICY_H
18# define ATHLINKS_TOOLS_DEFAULTINDEXINGPOLICY_H
19
20
22template <typename STORABLE>
26
27#endif // ATHLINKS_TOOLS_DEFAULTINDEXINGPOLICY_H
ERROR_PLEASE_ADD_ONE_OF_THE_PREDEFINED_POLICY_INCLUDE_FILES_OR_DEFINE_A_DEFAULT_INDEXING_POLICY_FOR_THIS_TYPE< STORABLE > type