#include <eurephia_values_struct.h>
Collaboration diagram for __eurephiaVALUES:Data Fields | |
| unsigned int | evgid |
| unsigned int | evid |
| char * | key |
| char * | val |
| struct __eurephiaVALUES * | next |
eurephiaVALUES is a pointer chain with key/value pairs. If having several such pointer chains, they can be given different group IDs to separate them, which is especially useful during debugging.
Definition at line 40 of file eurephia_values_struct.h.
| unsigned int __eurephiaVALUES::evgid |
Group ID, all elements in the same chain should have the same value
Definition at line 41 of file eurephia_values_struct.h.
| unsigned int __eurephiaVALUES::evid |
Unique ID per element in a pointer chain
Definition at line 42 of file eurephia_values_struct.h.
| char* __eurephiaVALUES::key |
The key name of a value
Definition at line 43 of file eurephia_values_struct.h.
Pointer to the next element in the chain. NULL == end of chain
Definition at line 45 of file eurephia_values_struct.h.
| char* __eurephiaVALUES::val |
The value itself
Definition at line 44 of file eurephia_values_struct.h.
1.7.1