GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
attr_list Struct Reference
Collaboration diagram for attr_list:

Data Fields

struct attr_listnext
 
unsigned char * pic
 
int id
 
int type
 
cob_u32_t digits
 
int scale
 
cob_u32_t flags
 
int lenstr
 

Field Documentation

cob_u32_t attr_list::digits

Referenced by codegen(), and lookup_attr().

cob_u32_t attr_list::flags

Referenced by codegen(), and lookup_attr().

int attr_list::id

Referenced by codegen(), and lookup_attr().

int attr_list::lenstr

Referenced by lookup_attr().

struct attr_list* attr_list::next
unsigned char* attr_list::pic

Referenced by codegen(), and lookup_attr().

int attr_list::scale

Referenced by codegen(), and lookup_attr().

int attr_list::type

Referenced by codegen(), and lookup_attr().


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