ATLAS Offline Software
Classes | Functions
DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h File Reference
#include <string>
#include <algorithm>
#include <boost/container/small_vector.hpp>
#include <iosfwd>
#include "Identifier/ExpandedIdentifier.icc"
Include dependency graph for DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ExpandedIdentifier
 

Functions

std::ostream & operator<< (std::ostream &out, const ExpandedIdentifier &x)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const ExpandedIdentifier x 
)

Definition at line 64 of file DetectorDescription/Identifier/src/ExpandedIdentifier.cxx.

64  {
65  out<<std::string(x);
66  return out;
67 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
x
#define x