|
potion
0.2
|
struct to wrap arbitrary data that we may want to allocate from Potion. More...
#include <potion.h>
Public Member Functions | |
| #define | PN_DATA(x) ((struct PNData *)(x))->data |
| static struct PNData * | potion_data_alloc (Potion *P, int siz) |
Data Fields | |
| PN_OBJECT_HEADER | |
| PNType vt; PNUniq uniq. More... | |
| PN_SIZE | siz |
| char | data [] |
struct to wrap arbitrary data that we may want to allocate from Potion.
constructor: potion_data_alloc() accessor: PN_DATA()