ICallMethod Class Reference#include <ICallMethod.h>
Inheritance diagram for ICallMethod:
[legend]List of all members.
|
Public Member Functions |
| virtual const char * | callMethod (S32 argc, const char *methodName,...)=0 |
| virtual const char * | callMethodArgList (U32 argc, const char *argv[], bool callThis=true)=0 |
Member Function Documentation
| virtual const char* ICallMethod::callMethod |
( |
S32 |
argc, |
|
|
const char * |
methodName, |
|
|
|
... | |
|
) |
| | [pure virtual] |
| virtual const char* ICallMethod::callMethodArgList |
( |
U32 |
argc, |
|
|
const char * |
argv[], |
|
|
bool |
callThis = true | |
|
) |
| | [pure virtual] |
|