rheolef  6.3
Public Member Functions | Private Attributes | Friends | List of all members
rheolef::__obranch< T, M > Class Template Reference

#include <branch.h>

Collaboration diagram for rheolef::__obranch< T, M >:
Collaboration graph
[legend]

Public Member Functions

 __obranch (odiststream &(*put)(odiststream &, const branch_basic< T, M > &), const branch_basic< T, M > &x)

Private Attributes

odiststream &(* _put )(odiststream &, const branch_basic< T, M > &)
const branch_basic< T, M > & _x

Friends

odiststreamoperator<< (odiststream &os, __obranch< T, M > m)

Detailed Description

template<class T, class M>
class rheolef::__obranch< T, M >

Definition at line 305 of file branch.h.

Constructor & Destructor Documentation

template<class T, class M>
rheolef::__obranch< T, M >::__obranch ( odiststream &(*)(odiststream &, const branch_basic< T, M > &)  put,
const branch_basic< T, M > &  x 
)
inline

Definition at line 307 of file branch.h.

Friends And Related Function Documentation

template<class T, class M>
odiststream& operator<< ( odiststream os,
__obranch< T, M >  m 
)
friend

Definition at line 309 of file branch.h.

Member Data Documentation

template<class T, class M>
odiststream&(* rheolef::__obranch< T, M >::_put)(odiststream &, const branch_basic< T, M > &)
private

Definition at line 312 of file branch.h.

template<class T, class M>
const branch_basic<T,M>& rheolef::__obranch< T, M >::_x
private

Definition at line 313 of file branch.h.


The documentation for this class was generated from the following file: