ATLAS Offline Software
GaudiComponentVisitor.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
6 
7 namespace xGaudi {
8  const std::regex ComponentVisitorBase::s_noFilter{};
9 
10  template class ComponentVisitor<IAlgTool>; // ToolVisitor
11  template class ComponentVisitor<Gaudi::Algorithm, NoVisitTester>; // AlgorithmVisitor
12 }
GaudiComponentVisitor.icc
PrepareReferenceFile.regex
regex
Definition: PrepareReferenceFile.py:43
xGaudi
Definition: GaudiComponentVisitor.cxx:7
GaudiComponentVisitor.h