Data Fields

__eurephiaVALUES Struct Reference

#include <eurephia_values_struct.h>

Collaboration diagram for __eurephiaVALUES:

Data Fields

unsigned int evgid
unsigned int evid
char * key
char * val
struct __eurephiaVALUESnext

Detailed Description

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.


Field Documentation

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.

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.

The value itself

Definition at line 44 of file eurephia_values_struct.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines