ATLAS Offline Software
Loading...
Searching...
No Matches
AthProperties.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 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4*/
5/*
6 */
13
14
15#ifndef ATHENABASECOMPS_ATHPROPERTIES_H
16#define ATHENABASECOMPS_ATHPROPERTIES_H
17
18
58template <class PARENT>
60{
61public:
64 PARENT* parent() { return m_parent; }
65
66
67private:
68 PARENT* m_parent;
69};
70
71
72#endif // not ATHENABASECOMPS_ATHPROPERTIES_H
PARENT * parent()
AthProperties(PARENT *parent)
AthProperties base_class
PARENT * m_parent