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