|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #include <gtest/gtest.h>
62 return StatusCode::FAILURE;
67 return StatusCode::FAILURE;
70 return StatusCode::SUCCESS;
110 static std::map<std::string,int> counts;
111 auto iter = counts.find (
name);
112 if (iter == counts.end())
113 iter = counts.insert (std::make_pair (
name, 0)).first;
114 assert (iter != counts.end());
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
::StatusCode StatusCode
StatusCode definition for legacy code.
Define macros for attributes used to control the static checker.