SST/macro
|
Pack a void* argument into a pair of integers. More...
#include <context_util.h>
Public Member Functions | |
voidptr () | |
voidptr (void *ptr) | |
voidptr (int a, int b) | |
Public Attributes | |
intpair | vpair |
void * | vpointer |
Pack a void* argument into a pair of integers.
Definition at line 34 of file context_util.h.
|
inline |
Definition at line 37 of file context_util.h.
References sstmac::sw::intpair::a, and sstmac::sw::intpair::b.
|
inline |
Definition at line 42 of file context_util.h.
References sstmac::sw::intpair::a, and sstmac::sw::intpair::b.
|
inline |
Definition at line 48 of file context_util.h.
References sstmac::sw::intpair::a, and sstmac::sw::intpair::b.
intpair sstmac::sw::voidptr::vpair |
Definition at line 35 of file context_util.h.
void* sstmac::sw::voidptr::vpointer |
Definition at line 36 of file context_util.h.
Referenced by sstmac::sw::funcptr::call().