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


Public Methods | |
| pointer_to_binary_function () | |
| pointer_to_binary_function (Result(*x)(Arg1, Arg2)) | |
| Result | operator() (Arg1 x, Arg2 y) const |
Protected Attributes | |
| Result(* | ptr )(Arg1, Arg2) |
|
|||||||||
|
Definition at line 274 of file stl_function.h.
00274 {}
|
|
||||||||||
|
Definition at line 275 of file stl_function.h. References ptr.
00275 : ptr(x) {} |
|
||||||||||||||||
|
Definition at line 276 of file stl_function.h. References ptr.
00276 { return ptr(x, y); }
|
|
|||||
|
Referenced by operator(), and pointer_to_binary_function. |
| Documentation generated on Thu May 2 15:03:38 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |