ROOT 6.12/07 Reference Guide |
Classes | |
struct | tableDescriptor_st |
Macros | |
#define | TABLEDESCRIPTOR_SPEC "struct tableDescriptor { \ char fColumnName[20]; \ unsigned int fIndexArray[2]; \ unsigned int fOffset; \ unsigned int fSize; \ unsigned int fTypeSize; \ unsigned int fDimensions; \ EColumnType fType; \};" |
Typedefs | |
typedef struct tableDescriptor_st | TABLEDESCRIPTOR_ST |
#define TABLEDESCRIPTOR_SPEC "struct tableDescriptor { \ char fColumnName[20]; \ unsigned int fIndexArray[2]; \ unsigned int fOffset; \ unsigned int fSize; \ unsigned int fTypeSize; \ unsigned int fDimensions; \ EColumnType fType; \};" |
Definition at line 26 of file tableDescriptor.h.
typedef struct tableDescriptor_st TABLEDESCRIPTOR_ST |