|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ASG_TOOLS__UNIT_TEST_SERVICE1_H
10 #define ASG_TOOLS__UNIT_TEST_SERVICE1_H
virtual std::string getPropertyString() const override
virtual int getPropertyInt() const override
UnitTestService1(const std::string &name, ISvcLocator *pSvcLocator)
standard constructor
static int & instance_counts(const std::string &name)
the number of times the service of the given name has been instantiated
bool m_initializeFail
whether initialize should fail
a service used to unit test AnaToolHandle
ATLAS_NO_CHECK_FILE_THREAD_SAFETY
::StatusCode StatusCode
StatusCode definition for legacy code.
~UnitTestService1()
standard destructor
bool m_isInitialized
whether initialize has been called
int m_propertyInt
the integer property
virtual bool isInitialized() const override
std::string m_propertyString
the string property
StatusCode initialize() override
virtual void setPropertyInt(int val_property) override
Define macros for attributes used to control the static checker.