StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
St_base
table_header.h
Go to the documentation of this file.
1
5
#ifndef TABLE_HEADER_H
6
#define TABLE_HEADER_H
7
11
typedef
struct
table_head_st
{
12
char
name
[20];
13
char
type
[20];
14
int
maxlen
;
15
int
nok
;
16
int
rbytes
;
17
int
dummy
;
18
long
dsl_pointer
;
19
long
data_pointer
;
20
}
TABLE_HEAD_ST
;
21
22
#endif
/*TABLE_HEADER_H*/
23
table_head_st::type
char type[20]
Definition:
table_header.h:13
table_head_st::dsl_pointer
long dsl_pointer
Definition:
table_header.h:18
table_head_st::nok
int nok
Definition:
table_header.h:15
table_head_st::name
char name[20]
Definition:
table_header.h:12
table_head_st::maxlen
int maxlen
Definition:
table_header.h:14
table_head_st
Definition:
table_header.h:11
table_head_st::rbytes
int rbytes
Definition:
table_header.h:16
table_head_st::data_pointer
long data_pointer
Definition:
table_header.h:19
table_head_st::dummy
int dummy
Definition:
table_header.h:17
Generated by
1.8.5