ATLAS Offline Software
Namespaces | Typedefs
ServiceStore.cxx File Reference
#include "AsgServices/ServiceStore.h"
#include "AsgServices/AsgService.h"
#include "AsgTools/MessageCheckAsgTools.h"
#include "AsgMessaging/MsgStreamMacros.h"
#include <map>
#include <iostream>
#include <mutex>
Include dependency graph for ServiceStore.cxx:

Go to the source code of this file.

Namespaces

 asg
 

Typedefs

typedef std::map< std::string, std::weak_ptr< asg::IAsgService > > ServiceMap_t
 Convenience type definition. More...
 

Typedef Documentation

◆ ServiceMap_t

typedef std::map< std::string, std::weak_ptr<asg::IAsgService> > ServiceMap_t

Convenience type definition.

Author
Nils Krumnack
David Adams dlada.nosp@m.ms@b.nosp@m.nl.go.nosp@m.v (for original implementation for tools)
Attila Krasznahorkay Attil.nosp@m.a.Kr.nosp@m.aszna.nosp@m.hork.nosp@m.ay@ce.nosp@m.rn.c.nosp@m.h (for original implementation for tools)

Definition at line 23 of file ServiceStore.cxx.