#include <stl_function.h>
Inheritance diagram for pointer_to_unary_function:


Public Methods | |
| pointer_to_unary_function () | |
| pointer_to_unary_function (Result(*x)(Arg)) | |
| Result | operator() (Arg x) const |
Protected Attributes | |
| Result(* | ptr )(Arg) |
|
|||||||||
|
Definition at line 259 of file stl_function.h.
00259 {}
|
|
||||||||||
|
Definition at line 260 of file stl_function.h. References ptr.
00260 : ptr(x) {} |
|
||||||||||
|
Definition at line 261 of file stl_function.h. References ptr.
00261 { return ptr(x); }
|
|
|||||
|
Referenced by operator(), and pointer_to_unary_function. |
| Documentation generated on Thu May 2 15:03:39 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |