CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <RelKey.h>
Public Member Functions | |
RelKey () | |
RelKey (T1 *obj) | |
~RelKey () | |
void | setData (T1 *obj) |
const T1 * | getData () const |
T1 * | getData () |
void | setPrev (Relation< T2, T3 > *rel) |
Relation< T2, T3 > * | getPrev () |
void | setSame (Relation< T2, T3 > *rel) |
Relation< T2, T3 > * | getSame () |
void | setFirst (Relation< T2, T3 > *rel) |
Relation< T2, T3 > * | getFirst () |
void | toStream (std::ostream &s) const |
Fill the ASCII output stream. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 41 of file RelKey.h.
Referenced by Event::Relation< T1, T2 >::getFirst(), Event::Relation< T1, T2 >::getFirst(), Event::Relation< T1, T2 >::getSecond(), and Event::Relation< T1, T2 >::getSecond().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Fill the ASCII output stream.
Fill the ASCII output stream
Definition at line 71 of file RelKey.h.
Referenced by Event::Relation< T1, T2 >::fillStream().