PostgreSQL Source Code
git master
|
#include <struct.h>
Data Fields | |
int | id |
char | t [64] |
double | d1 |
double | d2 |
char | c [30] |
Definition at line 132 of file preproc-outofscope.c.
char mytype::c |
Definition at line 146 of file preproc-outofscope.c.
Referenced by main().
double mytype::d1 |
Definition at line 140 of file preproc-outofscope.c.
Referenced by main().
double mytype::d2 |
Definition at line 143 of file preproc-outofscope.c.
Referenced by main().
int mytype::id |
Definition at line 134 of file preproc-outofscope.c.
Referenced by main().
char mytype::t |
Definition at line 137 of file preproc-outofscope.c.
Referenced by main().