Logo ROOT   6.16/01
Reference Guide
Classes | Macros | Typedefs
tableDescriptor.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ TABLEDESCRIPTOR_SPEC

#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 Documentation

◆ TABLEDESCRIPTOR_ST