#include <type.h>
Data Fields | |
char * | name |
struct this_type * | type |
struct ECPGstruct_member * | struct_member_list |
int | brace_level |
struct typedefs * | next |
Definition at line 139 of file type.h.
Definition at line 144 of file type.h.
Referenced by remove_typedefs().
char* typedefs::name |
Definition at line 141 of file type.h.
Referenced by main(), and remove_typedefs().
struct typedefs* typedefs::next |
Definition at line 145 of file type.h.
Referenced by get_typedef(), main(), and remove_typedefs().
Definition at line 143 of file type.h.
Referenced by main(), and remove_typedefs().
struct this_type* typedefs::type |
Definition at line 142 of file type.h.
Referenced by main(), and remove_typedefs().