ATLAS Offline Software
Loading...
Searching...
No Matches
Identifier.h File Reference
#include "Identifier/Identifier32.h"
#include <string>
#include <iostream>
#include "Identifier/Identifier.icc"
Include dependency graph for DetectorDescription/Identifier/Identifier/Identifier.h:

Go to the source code of this file.

Classes

class  Identifier
struct  Identifier::get_compact_func
 A get_compact functional for use in STL algorithms. More...
struct  std::hash< Identifier >

Namespaces

namespace  std
 STL namespace.

Functions

MsgStream & operator<< (MsgStream &f, const Identifier &id)
std::ostream & operator<< (std::ostream &os, const Identifier &id)

Function Documentation

◆ operator<<() [1/2]

MsgStream & operator<< ( MsgStream & f,
const Identifier & id )

Definition at line 39 of file Identifier.cxx.

40 {
41 f << id.getString();
42 return f;
43}

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const Identifier & id )

Definition at line 45 of file Identifier.cxx.

46 {
47 os << id.getString();
48 return os;
49}