HPCToolkit
simple_oo.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define METHOD_CALL(obj, meth, ...)   (obj)->meth((obj), ##__VA_ARGS__)
 

Macro Definition Documentation

◆ METHOD_CALL

#define METHOD_CALL (   obj,
  meth,
  ... 
)    (obj)->meth((obj), ##__VA_ARGS__)

Definition at line 87 of file simple_oo.h.