#include <abkio.h>
Collaboration diagram for ManipFuncObj1< Arg >:
Public Member Functions | |
ManipFuncObj1 (istream &(*f)(istream &, Arg), Arg arg) | |
istream & | operator() (istream &i) const |
Private Attributes | |
istream &(* | _func )(istream &, Arg) |
Arg | _arg |
|
Definition at line 92 of file abkio.h. References ManipFuncObj1< Arg >::_arg, and ManipFuncObj1< Arg >::_func.
|
|
Definition at line 93 of file abkio.h. References ManipFuncObj1< Arg >::_arg.
00093 { return (*_func)(i,_arg) ; } |
|
Definition at line 90 of file abkio.h. Referenced by ManipFuncObj1< Arg >::ManipFuncObj1(), and ManipFuncObj1< Arg >::operator()(). |
|
Referenced by ManipFuncObj1< Arg >::ManipFuncObj1(). |