
#include <register.h>

Public Member Functions | |
| void | pupData (PUP::er &p) |
| Pup this global variable. | |
| ReadonlyInfo (const char *n, const char *t, int s, void *p, CkPupReadonlyFnPtr pf) | |
Data Fields | |
| const char * | name |
| Human-readable string name of variable (e.g., "nElements") and type (e.g., "int"). | |
| const char * | type |
| int | size |
| Size in bytes of basic value. | |
| void * | ptr |
| Address of basic value. | |
| CkPupReadonlyFnPtr | pup |
| Pup routine for value, or NULL if no pup available. | |
Definition at line 199 of file register.h.
| ReadonlyInfo::ReadonlyInfo | ( | const char * | n, | |
| const char * | t, | |||
| int | s, | |||
| void * | p, | |||
| CkPupReadonlyFnPtr | pf | |||
| ) | [inline] |
Definition at line 217 of file register.h.
| void ReadonlyInfo::pupData | ( | PUP::er & | p | ) | [inline] |
| const char* ReadonlyInfo::name |
Human-readable string name of variable (e.g., "nElements") and type (e.g., "int").
Definition at line 202 of file register.h.
| const char * ReadonlyInfo::type |
Definition at line 202 of file register.h.
Size in bytes of basic value.
Definition at line 204 of file register.h.
Referenced by pupData(), and pupReadonly().
| void* ReadonlyInfo::ptr |
Address of basic value.
Definition at line 206 of file register.h.
Referenced by pupData(), and pupReadonly().
Pup routine for value, or NULL if no pup available.
Definition at line 208 of file register.h.
Referenced by pupData().
1.5.5