Leptonica  1.73
Image processing and image analysis suite
Data Fields
L_Bytea Struct Reference

#include <array.h>

Data Fields

size_t nalloc
 
size_t size
 
l_int32 refcount
 
l_uint8 * data
 

Detailed Description

Byte array (analogous to C++ "string")

Definition at line 126 of file array.h.

Field Documentation

◆ data

l_uint8* L_Bytea::data

◆ nalloc

size_t L_Bytea::nalloc

number of bytes allocated in data array

Definition at line 128 of file array.h.

Referenced by bbufferCreate(), l_byteaAppendData(), l_byteaAppendString(), and l_byteaExtendArrayToSize().

◆ refcount

l_int32 L_Bytea::refcount

reference count (1 if no clones)

Definition at line 130 of file array.h.

Referenced by l_byteaCopy(), and l_byteaDestroy().

◆ size

size_t L_Bytea::size

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