HPCToolkit
|
#include "sample_source_obj.h"
Go to the source code of this file.
Macros | |
#define | CMETHOD_DEF(retn, name, ...) retn (*hpcrun_ss_ ## name)(sample_source_t* self, ##__VA_ARGS__) |
#define | CMETHOD_FN(n, ...) hpcrun_ss_ ## n(sample_source_t*self, ##__VA_ARGS__) |
#define CMETHOD_DEF | ( | retn, | |
name, | |||
... | |||
) | retn (*hpcrun_ss_ ## name)(sample_source_t* self, ##__VA_ARGS__) |
Definition at line 54 of file common-method-def.h.
#define CMETHOD_FN | ( | n, | |
... | |||
) | hpcrun_ss_ ## n(sample_source_t*self, ##__VA_ARGS__) |
Definition at line 55 of file common-method-def.h.