SST/macro
|
Pack a function pointer of the form void(*)(void*) as a pair of integers. More...
#include <context_util.h>
Public Member Functions | |
funcptr () | |
funcptr (void(*ptr)(void *)) | |
funcptr (int a, int b) | |
void | call (const voidptr &arg) |
Public Attributes | |
intpair | fpair |
void(* | fpointer )(void *) |
Pack a function pointer of the form void(*)(void*) as a pair of integers.
Definition at line 56 of file context_util.h.
|
inline |
Definition at line 59 of file context_util.h.
References sstmac::sw::intpair::a, and sstmac::sw::intpair::b.
|
inline |
Definition at line 64 of file context_util.h.
References sstmac::sw::intpair::a, and sstmac::sw::intpair::b.
|
inline |
Definition at line 70 of file context_util.h.
References sstmac::sw::intpair::a, and sstmac::sw::intpair::b.
|
inline |
Definition at line 75 of file context_util.h.
References sstmac::sw::context_springboard(), spkt_throw, and sstmac::sw::voidptr::vpointer.
intpair sstmac::sw::funcptr::fpair |
Definition at line 57 of file context_util.h.
void(* sstmac::sw::funcptr::fpointer) (void *) |
Definition at line 58 of file context_util.h.