NeoMutt  2025-12-11-949-g4870ee
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SeqsetIterator Struct Reference

UID Sequence Set Iterator. More...

#include "private.h"

Data Fields

char * full_seqset
 Full sequence set string.
 
char * eostr
 End of string.
 
int in_range
 Currently in a range.
 
int down
 Counting down.
 
unsigned int range_cur
 Current range value.
 
unsigned int range_end
 End of range.
 
char * substr_cur
 Current position in substring.
 
char * substr_end
 End of substring.
 

Detailed Description

UID Sequence Set Iterator.

Definition at line 184 of file private.h.

Field Documentation

◆ full_seqset

char* SeqsetIterator::full_seqset

Full sequence set string.

Definition at line 186 of file private.h.

◆ eostr

char* SeqsetIterator::eostr

End of string.

Definition at line 187 of file private.h.

◆ in_range

int SeqsetIterator::in_range

Currently in a range.

Definition at line 188 of file private.h.

◆ down

int SeqsetIterator::down

Counting down.

Definition at line 189 of file private.h.

◆ range_cur

unsigned int SeqsetIterator::range_cur

Current range value.

Definition at line 190 of file private.h.

◆ range_end

unsigned int SeqsetIterator::range_end

End of range.

Definition at line 191 of file private.h.

◆ substr_cur

char* SeqsetIterator::substr_cur

Current position in substring.

Definition at line 192 of file private.h.

◆ substr_end

char* SeqsetIterator::substr_end

End of substring.

Definition at line 193 of file private.h.


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