PostgreSQL Source Code  git master
SimplePtrListCell Struct Reference

#include <simple_list.h>

Data Fields

struct SimplePtrListCellnext
 
void * ptr
 

Detailed Description

Definition at line 46 of file simple_list.h.

Field Documentation

◆ next

struct SimplePtrListCell* SimplePtrListCell::next

Definition at line 48 of file simple_list.h.

Referenced by addConstrChildIdxDeps(), main(), and simple_ptr_list_append().

◆ ptr

void* SimplePtrListCell::ptr

Definition at line 49 of file simple_list.h.

Referenced by addConstrChildIdxDeps(), main(), and simple_ptr_list_append().


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