template<class T1, class T2, class T3>
class Event::RelKey< T1, T2, T3 >
Definition at line 31 of file RelKey.h.
template<class T1 , class T2 , class T3 >
void RelKey::toStream |
( |
std::ostream & |
s | ) |
const |
|
inline |
Fill the ASCII output stream.
Fill the ASCII output stream
Definition at line 71 of file RelKey.h.
72{
73
74 s <<
"\n Data = " << m_data
75 << "\n Previous Relation = " << m_prev
76 << "\n Next Relation = " << m_same
77 << "\n First Different Data = " << m_first;
78}
Referenced by Event::Relation< T1, T2 >::fillStream().