VCF::ClassProcedure1< P1, ClassType > Class Template Reference
A class member function.
More...
#include <vcf/FoundationKit/Delegates.h>
Inheritance diagram for VCF::ClassProcedure1< P1, ClassType >:
List of all members.
Detailed Description
template<typename P1, typename ClassType>
class VCF::ClassProcedure1< P1, ClassType >
A class member function.
The callback takes one argument of type P1 for a class type of ClassType.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
|
|
A callback may, or may not, have a source.
In addition, it's possible that the source is *not* an Object based type. For this reason this function is made virtual so that derived classes can properly implement it and return a valid source point if possible. - Returns:
- Object the object that "owns" the callback and will delete it when the object is deleted. This means that the callback;s lifetime is that of it's owning object unless it's explicitly removed from the object and deleted.
Reimplemented from VCF::CallBack. |
|
template<typename P1, typename ClassType> |
| virtual void VCF::ClassProcedure1< P1, ClassType >::invoke |
( |
P1 |
p1 |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: