![]() |
Leptonica 1.85.0
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(), sarrayCreate(), sarrayDestroy(), sarrayExtendArray(), 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(), sarrayCreate(), 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(), sarrayCreate(), 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(), sarrayCreate(), and sarrayDestroy().