ATLAS Offline Software
Loading...
Searching...
No Matches
IndexTrackingPolicy.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: IndexTrackingPolicy.h 581165 2014-02-03 10:42:54Z krasznaa $
28
29
30#ifndef ATHCONTAINERS_INDEXTRACKINGPOLICY_H
31#define ATHCONTAINERS_INDEXTRACKINGPOLICY_H
32
33
34namespace SG {
35
36
48
49
50} // namespace SG
51
52
53#endif // not ATHCONTAINERS_INDEXTRACKINGPOLICY_H
Forward declaration.
@ ALWAYS_TRACK_INDICES
Always track indices, regardless of the setting of the ownership policy.
@ NEVER_TRACK_INDICES
Never track indices, regardless of the setting of the ownership policy.
@ DEFAULT_TRACK_INDICES
Default value.