HPCToolkit
|
Go to the source code of this file.
Macros | |
#define | METHOD_CALL(obj, meth, ...) (obj)->meth((obj), ##__VA_ARGS__) |
#define METHOD_CALL | ( | obj, | |
meth, | |||
... | |||
) | (obj)->meth((obj), ##__VA_ARGS__) |
Definition at line 87 of file simple_oo.h.