Qore Programming Language Reference Manual
0.8.7
Main Page
Related Pages
Modules
Namespaces
Classes
All
Classes
Namespaces
Functions
Variables
Groups
Pages
ql_object.dox.h
1
3
namespace
Qore {
8
10
28
any
callObjectMethod
(
object
obj,
string
method, ...);
29
31
35
nothing
callObjectMethod
();
36
38
56
any
callObjectMethodArgs
(
object
obj,
string
method, *softlist varg);
57
59
63
nothing
callObjectMethodArgs
();
64
66
79
any
call_pseudo
(any val,
string
meth, ...);
80
82
94
list
getMethodList
(
object
obj);
95
97
101
nothing
getMethodList
();
102
104
};