In file /home/blah/darwin2k/src/d2k/d2kcore/componentDB.h:

class symbolTableEntry

symbol table entries for component member values in the componetDB file

Public Fields

[more]char name[COMPONENT_NAME_LEN]
the name of the value
[more]symbolTableEntry* next
a pointer to the next value in a linked list

Public Members

[more]enum the type of the value
[more]union the value itself


Documentation

symbol table entries for component member values in the componetDB file
oenum the type of the value
the type of the value

ochar name[COMPONENT_NAME_LEN]
the name of the value

ounion the value itself
the value itself

ochar val[COMPONENT_STR_LEN]
string values

odouble dval
floating-point values

oint ival
integer values

osymbolTableEntry* 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++.