BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
Identifier.cxx File Reference
#include "Identifier/Identifier.h"
#include <stdarg.h>
#include <stdio.h>
#include <algorithm>
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 36 of file Identifier.cxx.

37{
38 return (os<<Id.getString());
39}
std::string getString() const
Provide a string form of the identifier - hexadecimal.
Definition: Identifier.cxx:17