PostgreSQL Source Code  git master
typedefs Struct Reference

#include <type.h>

Data Fields

char * name
 
struct this_typetype
 
struct ECPGstruct_memberstruct_member_list
 
int brace_level
 
struct typedefsnext
 

Detailed Description

Definition at line 157 of file type.h.

Field Documentation

◆ brace_level

int typedefs::brace_level

Definition at line 162 of file type.h.

Referenced by remove_typedefs().

◆ name

char* typedefs::name

Definition at line 159 of file type.h.

Referenced by main(), and remove_typedefs().

◆ next

struct typedefs* typedefs::next

Definition at line 163 of file type.h.

Referenced by main(), and remove_typedefs().

◆ struct_member_list

struct ECPGstruct_member* typedefs::struct_member_list

Definition at line 161 of file type.h.

Referenced by main(), and remove_typedefs().

◆ type

struct this_type* typedefs::type

Definition at line 160 of file type.h.

Referenced by main(), and remove_typedefs().


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