Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Generic::unary_virtual_function Template Struct Reference

Version of unary_function suitable for non-templated functions which must take a specific type of argument. More...

#include <generic_stdlib.h>

Inheritance diagram for Generic::unary_virtual_function

Inheritance graph

[legend]
Collaboration diagram for Generic::unary_virtual_function:

Collaboration graph

[legend]
List of all members.

Public Methods

virtual ~unary_virtual_function ()
virtual Result operator() ( Arg ) = 0
 Call the function.


Detailed Description

template<class Arg, class Result> template struct Generic::unary_virtual_function

Version of unary_function suitable for non-templated functions which must take a specific type of argument.

Definition at line 46 of file generic_stdlib.h.


Constructor & Destructor Documentation

template<classArg, classResult>
Generic::unary_virtual_function<Arg, Result>::~unary_virtual_function<Arg, Result> ( ) [inline, virtual]
 

Definition at line 47 of file generic_stdlib.h.


The documentation for this struct was generated from the following file:
Generated at Mon Aug 21 00:31:27 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000