BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Identifier.h File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Identifier

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 30 of file Identifier.cxx.

30 {
31 return ( os << Id.getString() );
32}
std::string getString() const
Provide a string form of the identifier - hexadecimal.