In file /home/blah/darwin2k/src/d2k/d2kcore/componentDB.h:symbol table entries for component member values in the componetDB file
Public Fields
-
char name[COMPONENT_NAME_LEN]
- the name of the value
-
symbolTableEntry* next
- a pointer to the next value in a linked list
Public Members
-
enum the type of the value
-
union the value itself
Documentation
symbol table entries for component member values in the componetDB file
- enum the type of the value
- the type of the value
- char name[COMPONENT_NAME_LEN]
- the name of the value
- union the value itself
- the value itself
- char val[COMPONENT_STR_LEN]
- string values
- double dval
- floating-point values
- int ival
- integer values
- symbolTableEntry* next
- a pointer to the next value in a linked list
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.