template class Applicable<class T>

Interface template for an object that could be applied to another object.

Such items are typically member function adapters, so call wrappers for member function pointers. The class templates ApplicableBinder0 to ApplicableBinder4 implement this interface.



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

    virtual void operator() (T*) ;
    Apply the item to an object.
    Pure virtual. Needs to be defined by a derived interface template.




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