PostgreSQL Source Code
git master
|
#include <type.h>
Data Fields | |
char * | name |
struct this_type * | type |
struct ECPGstruct_member * | struct_member_list |
int | brace_level |
struct typedefs * | next |
int typedefs::brace_level |
Definition at line 162 of file type.h.
Referenced by remove_typedefs().
char* typedefs::name |
Definition at line 159 of file type.h.
Referenced by main(), and remove_typedefs().
struct typedefs* typedefs::next |
Definition at line 163 of file type.h.
Referenced by main(), and remove_typedefs().
struct ECPGstruct_member* typedefs::struct_member_list |
Definition at line 161 of file type.h.
Referenced by main(), and remove_typedefs().
struct this_type* typedefs::type |
Definition at line 160 of file type.h.
Referenced by main(), and remove_typedefs().