The MCvSeqBlock type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| count |
Number of elements in the block.
| |
| data |
Pointer to the first element of the block.
| |
| next |
Next sequence block.
| |
| prev |
Previous sequence block.
| |
| start_index |
Index of the first element in the block + sequence->first->start_index.
|