EstervQrCode 2.0.0
Library for qr code manipulation
Loading...
Searching...
No Matches
Public Attributes | List of all members
CvSeqBlock Struct Reference

#include <types_c.h>

Public Attributes

struct CvSeqBlock * prev
 
struct CvSeqBlock * next
 
int start_index
 
int count
 
schar * data
 

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: