![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <array_internal.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | n |
l_atomic | refcount |
char ** | array |
String array: an array of C strings
Definition at line 118 of file array_internal.h.
char** Sarray::array |
string array
Definition at line 123 of file array_internal.h.
Referenced by sarrayAddString(), sarrayClear(), sarrayCopy(), sarrayDestroy(), sarrayGetArray(), sarrayGetString(), sarrayReplaceString(), sarraySort(), sarrayWriteStderr(), and sarrayWriteStream().
l_int32 Sarray::n |
number of strings allocated
Definition at line 121 of file array_internal.h.
Referenced by sarrayAddString(), sarrayClear(), sarrayCopy(), sarrayDestroy(), sarrayGetArray(), sarrayGetCount(), sarrayGetString(), and sarrayRemoveString().
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().
l_atomic Sarray::refcount |
reference count (1 if no clones)
Definition at line 122 of file array_internal.h.
Referenced by sarrayClone(), and sarrayDestroy().