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

Delegate Class Reference

List of all members.

Detailed Description

Abstract class for fake C++ delegates that work with the rk_stub library.

Definition at line 24 of file Delegate.hh.

Public Member Functions

 Delegate ()
 Construct an empty delegate.

virtual ~Delegate ()
 Deconstruct a delegate.

virtual rk_stub_precall_retval_t precall (void)=0
 Pure virtual method that is called by cxx_delegate_precall.

virtual void postcall (void)=0
 Pure virtual method that is called by cxx_delegate_postcall.


Member Function Documentation

virtual rk_stub_precall_retval_t Delegate::precall void   )  [pure virtual]
 

Pure virtual method that is called by cxx_delegate_precall.

Returns:
A valid rk_stub_precall_retval_t value.


The documentation for this class was generated from the following file:
Generated on Mon Dec 1 16:30:32 2003 for CPU Broker by doxygen 1.3.4