NeoMutt  2025-12-11-596-g7cc1dd
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 168 of file private.h.

Field Documentation

◆ full_seqset

char* SeqsetIterator::full_seqset

Full sequence set string.

Definition at line 170 of file private.h.

◆ eostr

char* SeqsetIterator::eostr

End of string.

Definition at line 171 of file private.h.

◆ in_range

int SeqsetIterator::in_range

Currently in a range.

Definition at line 172 of file private.h.

◆ down

int SeqsetIterator::down

Counting down.

Definition at line 173 of file private.h.

◆ range_cur

unsigned int SeqsetIterator::range_cur

Current range value.

Definition at line 174 of file private.h.

◆ range_end

unsigned int SeqsetIterator::range_end

End of range.

Definition at line 175 of file private.h.

◆ substr_cur

char* SeqsetIterator::substr_cur

Current position in substring.

Definition at line 176 of file private.h.

◆ substr_end

char* SeqsetIterator::substr_end

End of substring.

Definition at line 177 of file private.h.


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