Leptonica  1.83.1
Image processing and image analysis suite
Sarray Struct Reference

#include <array_internal.h>

Data Fields

l_int32 nalloc
 
l_int32 n
 
l_atomic refcount
 
char ** array
 

Detailed Description

String array: an array of C strings

Definition at line 118 of file array_internal.h.

Field Documentation

◆ array

◆ n

l_int32 Sarray::n

◆ nalloc

l_int32 Sarray::nalloc

size of allocated ptr array

Definition at line 120 of file array_internal.h.

Referenced by sarrayAddString(), sarrayCopy(), sarrayExtendArray(), and sarrayGetArray().

◆ refcount

l_atomic Sarray::refcount

reference count (1 if no clones)

Definition at line 122 of file array_internal.h.

Referenced by sarrayClone(), and sarrayDestroy().


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