ATLAS Offline Software
Namespaces | Functions
AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx File Reference
#include "AsgDataHandles/VarHandleKey.h"
#include <iostream>
Include dependency graph for AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Functions

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

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