StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
table_head_st Struct Reference

Public Attributes

char name [20]
 
char type [20]
 
int maxlen
 
int nok
 
int rbytes
 
int dummy
 
long dsl_pointer
 
long data_pointer
 

Detailed Description

Definition at line 11 of file table_header.h.

Member Data Documentation

long table_head_st::data_pointer

swizzled (char*)

Definition at line 19 of file table_header.h.

long table_head_st::dsl_pointer

swizzled (DS_DATASET_T*)

Definition at line 18 of file table_header.h.

Referenced by St_Module::CheckResults().

int table_head_st::dummy

dummy to align 64bit pointer

Definition at line 17 of file table_header.h.

int table_head_st::maxlen

rows allocated

Definition at line 14 of file table_header.h.

Referenced by St_Module::CheckResults().

char table_head_st::name[20]

table name

Definition at line 12 of file table_header.h.

int table_head_st::nok

rows filled

Definition at line 15 of file table_header.h.

Referenced by St_Module::CheckResults().

int table_head_st::rbytes

number of bytes per row

Definition at line 16 of file table_header.h.

Referenced by St_Module::CheckResults().

char table_head_st::type[20]

table type

Definition at line 13 of file table_header.h.


The documentation for this struct was generated from the following file: