class Callable

Interface for an item that could be called.

This interface offers only one generic operation - call - to execute an operation.



Public Members:
    virtual ~Callable () ;
    Default destructor.
    No functionality. Enforces that all derived classes will have a virtual destructor.

    virtual void call () ;
    Generic invocation of an operation.
    Call a method with no parameters that returns nothing.




The Scrunitizer C++ Unit Test Framework
by Bernd Linowski

[Scrunitizer]  [Overview]  [Cookbook]  [Download]  [Index]  [Linosphere]

Page generated: 1 Nov 2000
(C) by Bernd Linowski
scrunitizer@linosphere.de