Go to the source code of this file.
Classes | |
class | StTableDescriptorI |
Enumerations | |
enum | StTypeE { Stchar, Stuchar, Stshort, Stushort, Stint, Stuint, Stlong, Stulong, Stlonglong, Stfloat, Stdouble } |
Variables | |
const int | StTypeSize [] = {sizeof(char),sizeof(unsigned char),sizeof(short),sizeof(unsigned short), sizeof(int),sizeof(unsigned int),sizeof(long),sizeof(unsigned long), sizeof(long long),sizeof(float),sizeof(double)} |
|
Definition at line 60 of file StTableDescriptorI.h.
|
|
Definition at line 63 of file StTableDescriptorI.h. |