ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Typedefs
tableDescriptor.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of 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

#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