PostgreSQL Source Code  git master
mytype Struct Reference

#include <struct.h>

Data Fields

int id
 
char t [64]
 
double d1
 
double d2
 
char c [30]
 

Detailed Description

Definition at line 132 of file preproc-outofscope.c.

Field Documentation

◆ c

char mytype::c

Definition at line 146 of file preproc-outofscope.c.

Referenced by main().

◆ d1

double mytype::d1

Definition at line 140 of file preproc-outofscope.c.

Referenced by main().

◆ d2

double mytype::d2

Definition at line 143 of file preproc-outofscope.c.

Referenced by main().

◆ id

int mytype::id

Definition at line 134 of file preproc-outofscope.c.

Referenced by main().

◆ t

char mytype::t

Definition at line 137 of file preproc-outofscope.c.

Referenced by main().


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