ATLAS Offline Software
DVLNoBase.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$
16 #ifndef ATHCONTAINERS_TOOLS_DVLNOBASE_H
17 #define ATHCONTAINERS_TOOLS_DVLNOBASE_H
18 
19 
20 namespace DataModel_detail {
21 
22 
32 struct NoBase {};
33 
34 
35 } // namespace DataModel_detail
36 
37 
38 
39 #endif // not ATHCONTAINERS_TOOLS_DVLNOBASE_H
DataModel_detail::NoBase
Marker for the base of the inheritance hierarchy.
Definition: DVLNoBase.h:32
DataModel_detail
Definition: CompareAndPrint.h:15