Classdesc 3.44
|
#include <javaClass_base.h>
Public Member Functions | |
Functional (const F &f) | |
void | operator() (RetVal &r, ArgVector &args) |
Public Member Functions inherited from Object< Functional< F >, Functional_base > | |
virtual Functional_base::TypeID | type () const |
virtual classdesc::object * | clone () const |
Functional< F > * | cloneT () const |
same as clone(), but returning fully typed pointer | |
virtual void | pack (pack_t &b) const |
virtual void | unpack (pack_t &b) |
Public Member Functions inherited from object | |
classdesc::object * | cloneT () const |
Additional Inherited Members | |
Public Types inherited from object | |
typedef int | TypeID |
Static Public Member Functions inherited from object | |
static classdesc::object * | create (TypeID) |
used for storing method pointers and other functionals in the method_registry
Implements Functional_base.