#include <stl_function.h>
Collaboration diagram for constant_void_fun:

Public Types | |
| typedef Result | result_type |
Public Methods | |
| constant_void_fun (const result_type &v) | |
| const result_type & | operator() () const |
Public Attributes | |
| result_type | val |
|
|||||
|
Definition at line 319 of file stl_function.h. Referenced by constant_void_fun, and operator(). |
|
||||||||||
|
Definition at line 321 of file stl_function.h. References result_type, and val.
00321 : val(v) {} |
|
|||||||||
|
Definition at line 322 of file stl_function.h. References result_type, and val.
00322 { return val; }
|
|
|||||
|
Definition at line 320 of file stl_function.h. Referenced by constant_void_fun, and operator(). |
| Documentation generated on Thu May 2 15:03:26 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |