#include <pvar.h>
Data Fields | |
| int | type |
| union { | |
| void * dval | |
| int ival | |
| } | u |
Definition at line 107 of file pvar.h.
| void* dval |
PV value - dynamic index
Definition at line 112 of file pvar.h.
Referenced by pv_get_spec_index(), and pv_parse_index().
| int ival |
integer value
Definition at line 111 of file pvar.h.
Referenced by pv_get_spec_index(), and pv_parse_index().
| int type |
type of PV index
Definition at line 109 of file pvar.h.
Referenced by pv_get_spec_index(), and pv_parse_index().
| union { ... } u |
Referenced by pv_get_spec_index(), and pv_parse_index().
1.5.6