Blender  V2.93
Public Attributes | List of all members
SeqIterator Struct Reference

#include <SEQ_iterator.h>

Public Attributes

struct Sequence ** array
 
int tot
 
int cur
 
struct Sequenceseq
 
int valid
 

Detailed Description

Definition at line 33 of file SEQ_iterator.h.

Member Data Documentation

◆ array

struct Sequence** SeqIterator::array

Definition at line 34 of file SEQ_iterator.h.

Referenced by SEQ_iterator_begin(), SEQ_iterator_end(), and SEQ_iterator_next().

◆ cur

int SeqIterator::cur

Definition at line 35 of file SEQ_iterator.h.

Referenced by SEQ_iterator_begin(), and SEQ_iterator_next().

◆ seq

struct Sequence* SeqIterator::seq

◆ tot

int SeqIterator::tot

Definition at line 35 of file SEQ_iterator.h.

Referenced by SEQ_iterator_begin(), and SEQ_iterator_next().

◆ valid

int SeqIterator::valid

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