Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_ev_overvars_s Struct Reference

#include <event_int.h>

Collaboration diagram for _ev_overvars_s:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This is the implementation of the ev_overvars_t type.

Definition at line 219 of file event_int.h.

Data Fields

ev_overvars_tov_next
ev_overvars_t ** ov_prev_p
const char * ov_name
const char * ov_value


Field Documentation

const char* _ev_overvars_s::ov_name
 

Variable name.

Definition at line 222 of file event_int.h.

Referenced by event_attr_confvar(), event_init(), and main().

ev_overvars_t* _ev_overvars_s::ov_next
 

Next member of the list.

Definition at line 220 of file event_int.h.

Referenced by event_attr_confvar(), event_attr_destroy(), event_init(), and main().

ev_overvars_t** _ev_overvars_s::ov_prev_p
 

What points to us.

Definition at line 221 of file event_int.h.

Referenced by event_attr_confvar().

const char* _ev_overvars_s::ov_value
 

Target value for variable.

Definition at line 223 of file event_int.h.

Referenced by event_attr_confvar(), event_init(), and main().


Generated on Wed Dec 28 23:37:55 2005 for event by  doxygen 1.4.4