EstervQrCode 1.1.1
Library for qr code manipulation
Public Attributes | List of all members
CvSeqBlock Struct Reference

#include <types_c.h>

Public Attributes

struct CvSeqBlockprev
 
struct CvSeqBlocknext
 
int start_index
 
int count
 
schardata
 

Member Data Documentation

◆ count

int CvSeqBlock::count

Number of elements in the block.

◆ data

schar* CvSeqBlock::data

Pointer to the first element of the block.

◆ next

struct CvSeqBlock* CvSeqBlock::next

Next sequence block.

◆ prev

struct CvSeqBlock* CvSeqBlock::prev

Previous sequence block.

◆ start_index

int CvSeqBlock::start_index

Index of the first element in the block +
sequence->first->start_index.


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