ATLAS Offline Software
DataBucketTraitFwd.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: DataBucketTraitFwd.h,v 1.2 2008-04-08 16:05:32 ssnyder Exp $
8 
17 #ifndef ATHENAKERNEL_DATABUCKETTRAITFWD_H
18 #define ATHENAKERNEL_DATABUCKETTRAITFWD_H
19 
20 
21 namespace SG {
22 
23 
29  template <class T, class U = T>
31 
32 
33 } // namespace SG
34 
35 
36 #endif // not ATHENAKERNEL_DATABUCKETTRAITFWD_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::DataBucketTrait
Metafunction to find the proper DataBucket class for T.
Definition: DataBucketTraitFwd.h:30