Go to the source code of this file.
|
| rheolef |
| This file is part of Rheolef.
|
|
|
template<class T > |
void | get_header (idiststream &in, branch_basic< T, sequential > &b) |
|
template<class T > |
void | get_event (idiststream &in, branch_basic< T, sequential > &b) |
|
template<class T , class M > |
idiststream & | operator>> (idiststream &in, branch_basic< T, M > &b) |
|
template<class T > |
void | put_header (odiststream &out, const branch_basic< T, sequential > &b) |
|
template<class T > |
void | put_event (odiststream &out, const branch_basic< T, sequential > &b) |
|
template<class T , class M > |
odiststream & | operator<< (odiststream &out, const branch_basic< T, M > &b) |
|
template<class T > |
void | put_finalize (odiststream &out, const branch_basic< T, sequential > &b) |
|
◆ rheolef_instanciate
#define rheolef_instanciate |
( |
|
T, |
|
|
|
M |
|
) |
| |
Value: template class branch_basic<T,M>; \
template
void get_header (idiststream&, branch_basic<T,M>&); \
template
void get_event (idiststream&, branch_basic<T,M>&); \
template odiststream&
operator<< (odiststream&,
const branch_basic<T,M>&); \
template idiststream&
operator>> (idiststream&, branch_basic<T,M>&);
void get_event(idiststream &in, branch_basic< T, sequential > &b)
void get_header(idiststream &in, branch_basic< T, sequential > &b)
idiststream & operator>>(idiststream &in, branch_basic< T, M > &b)
ostream & operator<<(ostream &os, const tiny_element &K)
Definition at line 242 of file branch.cc.