In file src/H_Variable.h:

class MethodCall: public HExecutable


Inheritance:


Public Methods

[more] MethodCall(T *object, void(T:: *method)())
[more]virtual void exec(const Command &c)
[more]virtual ~MethodCall()

Private Fields

[more]T* m_object

Private Methods

[more]void (T:: *m_method)()


Inherited from HExecutable:

Public Methods

ovirtual void serialize(ostream &out)


Documentation

oT* m_object

ovoid (T:: *m_method)()

o MethodCall(T *object, void(T:: *method)())

ovirtual void exec(const Command &c)

ovirtual ~MethodCall()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.