ATLAS Offline Software
Classes | Namespaces | Enumerations | Functions
StoreGate/StoreGate/VarHandleKey.h File Reference

A property holding a SG store/key/clid from which a VarHandle is made. More...

#include "AthenaKernel/IProxyDict.h"
#include "AthenaKernel/StoreID.h"
#include "GaudiKernel/DataHandle.h"
#include "GaudiKernel/ServiceHandle.h"
#include "StoreGate/VarHandleKey.icc"
Include dependency graph for StoreGate/StoreGate/VarHandleKey.h:

Go to the source code of this file.

Classes

class  SG::VarHandleKey
 A property holding a SG store/key/clid from which a VarHandle is made. More...
 

Namespaces

 SG
 Forward declaration.
 

Enumerations

enum  SG::AllowEmptyEnum { SG::AllowEmpty = 1 }
 

Functions

ostream & std::operator<< (ostream &s, const SG::VarHandleKey &m)
 

Detailed Description

A property holding a SG store/key/clid from which a VarHandle is made.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Jan, 2016

Definition in file StoreGate/StoreGate/VarHandleKey.h.

Function Documentation

◆ operator<<()

ostream & std::operator<< ( ostream &  s,
const SG::VarHandleKey m 
)

Definition at line 158 of file AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx.

158  {
159  // s << "'" << m.objKey() << "'";
160  s << "'" << m.key() << "'";
161  return s;
162  }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91