ATLAS Offline Software
|
#include "StoreGate/VarHandleBase.h"
#include "StoreGate/StoreGateSvc.h"
#include "StoreGate/tools/SGImplSvc.h"
#include "StoreGate/exceptions.h"
#include "AthenaKernel/DataBucketBase.h"
#include "AthenaKernel/StorableConversions.h"
#include "GaudiKernel/MsgStream.h"
#include "AthenaKernel/IHiveStore.h"
#include "AthenaKernel/getMessageSvc.h"
#include "AthenaKernel/errorcheck.h"
#include "AthenaKernel/ExtendedEventContext.h"
#include "GaudiKernel/ThreadLocalContext.h"
#include <algorithm>
#include <cstdio>
#include <format>
Go to the source code of this file.
Classes | |
class | SG::SymlinkDataObject |
Helper for symLink_impl. More... | |
Namespaces | |
errorcheck | |
SG | |
Forward declaration. | |
Functions | |
std::string | errorcheck::context_name (const SG::VarHandleBase *context) |
Return a context name for a VarHandle. More... | |
std::ostream & | SG::operator<< (std::ostream &out, const VarHandleBase &o) |
Output stream. More... | |
bool | SG::operator== (const VarHandleBase &l, const VarHandleBase &r) |
Equality comparison. More... | |
bool | SG::operator!= (const VarHandleBase &l, const VarHandleBase &r) |
Inequality comparison. More... | |