![]() |
ATLAS Offline Software
|
#include "Identifier/Identifier.h"#include "GaudiKernel/MsgStream.h"#include <charconv>#include <iostream>Go to the source code of this file.
Functions | |
| template<typename Stream> | |
| void | streamIdentifier (Stream &os, unsigned long long id) |
| MsgStream & | operator<< (MsgStream &f, const Identifier &id) |
| std::ostream & | operator<< (std::ostream &os, const Identifier &id) |
| MsgStream & operator<< | ( | MsgStream & | f, |
| const Identifier & | id ) |
Definition at line 55 of file Identifier.cxx.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Identifier & | id ) |
Definition at line 60 of file Identifier.cxx.
| void streamIdentifier | ( | Stream & | os, |
| unsigned long long | id ) |
Definition at line 13 of file Identifier.cxx.