PostgreSQL Source Code  git master
SimplePtrList Struct Reference

#include <simple_list.h>

Data Fields

SimplePtrListCellhead
 
SimplePtrListCelltail
 

Detailed Description

Definition at line 52 of file simple_list.h.

Field Documentation

◆ head

SimplePtrListCell* SimplePtrList::head

Definition at line 54 of file simple_list.h.

Referenced by addConstrChildIdxDeps(), and main().

◆ tail

SimplePtrListCell* SimplePtrList::tail

Definition at line 55 of file simple_list.h.


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