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

_ev_varlist_s Struct Reference

#include <event_int.h>

Collaboration diagram for _ev_varlist_s:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This is the implementation of the ev_varlist_t type.

Definition at line 204 of file event_int.h.

Data Fields

ev_varlist_tvl_next
ev_varlist_t ** vl_prev_p
const char * vl_name
const char * vl_default
treeconf_nodown_t vl_nodown
treeconf_change_t vl_change
void * vl_assoc


Field Documentation

void* _ev_varlist_s::vl_assoc
 

Application association data.

Definition at line 211 of file event_int.h.

Referenced by event_attr_confreg(), and event_init().

treeconf_change_t _ev_varlist_s::vl_change
 

The change function callback.

Definition at line 210 of file event_int.h.

Referenced by event_attr_confreg(), and event_init().

const char* _ev_varlist_s::vl_default
 

Default value for variable.

Definition at line 208 of file event_int.h.

Referenced by event_attr_confreg(), and event_init().

const char* _ev_varlist_s::vl_name
 

Variable name.

Definition at line 207 of file event_int.h.

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

ev_varlist_t* _ev_varlist_s::vl_next
 

Next member of the list.

Definition at line 205 of file event_int.h.

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

treeconf_nodown_t _ev_varlist_s::vl_nodown
 

The nodown function callback.

Definition at line 209 of file event_int.h.

Referenced by event_attr_confreg(), and event_init().

ev_varlist_t** _ev_varlist_s::vl_prev_p
 

What points to us.

Definition at line 206 of file event_int.h.

Referenced by event_attr_confreg().


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