PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TBMIterator Struct Reference

#include <tidbitmap.h>

Data Fields

bool shared
 
union { 
 
   TBMPrivateIterator *   private_iterator 
 
   TBMSharedIterator *   shared_iterator 
 
i 
 

Detailed Description

Definition at line 50 of file tidbitmap.h.

Field Documentation

◆ [union]

union { ... } TBMIterator::i

◆ private_iterator

TBMPrivateIterator* TBMIterator::private_iterator

Definition at line 55 of file tidbitmap.h.

◆ shared

bool TBMIterator::shared

Definition at line 52 of file tidbitmap.h.

Referenced by tbm_begin_iterate().

◆ shared_iterator

TBMSharedIterator* TBMIterator::shared_iterator

Definition at line 56 of file tidbitmap.h.


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