|
| | branch_basic () |
| |
| | ~branch_basic () |
| |
| | branch_basic (const branch_basic< T, M > &) |
| |
| branch_basic< T, M > & | operator= (const branch_basic< T, M > &) |
| |
| template<typename... Args> |
| | branch_basic (const std::string ¶meter, Args... names) |
| |
| const T & | parameter () const |
| |
| const std::string & | parameter_name () const |
| |
| size_type | n_value () const |
| |
| size_type | n_field () const |
| |
| void | set_parameter_name (const std::string &name) |
| |
| void | set_parameter (const T &value) |
| |
| void | set_range (const std::pair< T, T > &u_range) |
| |
| template<typename... Args> |
| __obranch< T, M > | operator() (const T &t, const field_basic< T, M > &u0, Args... uk) |
| |
| template<typename... Args> |
| __iobranch< T, M > | operator() (T &t, field_basic< T, M > &u0, Args &... uk) |
| |
| __branch_header< T, M > | header () |
| |
| __const_branch_header< T, M > | header () const |
| |
| __const_branch_finalize< T, M > | finalize () const |
| |
| void | get_header_rheolef (idiststream &) |
| |
| void | get_event_rheolef (idiststream &) |
| |
| void | put_header (odiststream &) const |
| |
| void | put_finalize (odiststream &) const |
| |
| void | put_header_rheolef (odiststream &) const |
| |
| void | put_event_rheolef (odiststream &) const |
| |
| void | put_finalize_rheolef (odiststream &) const |
| |
template<class T, class M = rheo_default_memory_model>
class rheolef::branch_basic< T, M >
Definition at line 83 of file branch.h.