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

Base class for VarHandleKeyArray for reading from StoreGate. More...

#include "GaudiKernel/DataHandle.h"
#include "GaudiKernel/IDataHandleHolder.h"
#include "StoreGate/VarHandleKey.h"
#include <vector>
#include <string>
#include "StoreGate/VarHandleKeyArray.icc"
Include dependency graph for StoreGate/StoreGate/VarHandleKeyArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SG::VarHandleKeyArray
 
class  SG::VarHandleKeyArrayCommon< Base >
 

Namespaces

 SG
 Forward declaration.
 

Functions

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

Detailed Description

Base class for VarHandleKeyArray for reading from StoreGate.

Author
C. Leggett
Date
Updated: Jun 17, 2016

Definition in file StoreGate/StoreGate/VarHandleKeyArray.h.

Function Documentation

◆ operator<<()

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

Definition at line 60 of file StoreGate/src/VarHandleKeyArray.cxx.

60  {
61  s << "[" << m.toString() << "]";
62  return s;
63  }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91