![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <array_internal.h>
Data Fields | |
size_t | nalloc |
size_t | size |
l_atomic | refcount |
l_uint8 * | data |
Byte array (analogous to C++ "string")
Definition at line 127 of file array_internal.h.
l_uint8* L_Bytea::data |
data array
Definition at line 132 of file array_internal.h.
Referenced by l_byteaAppendData(), l_byteaAppendString(), l_byteaCopy(), l_byteaDestroy(), l_byteaGetData(), and l_byteaInitFromStream().
size_t L_Bytea::nalloc |
number of bytes allocated in data array
Definition at line 129 of file array_internal.h.
Referenced by l_byteaAppendData(), l_byteaAppendString(), and l_byteaExtendArrayToSize().
l_atomic L_Bytea::refcount |
reference count (1 if no clones)
Definition at line 131 of file array_internal.h.
Referenced by l_byteaCopy(), and l_byteaDestroy().
size_t L_Bytea::size |
number of bytes presently used
Definition at line 130 of file array_internal.h.
Referenced by l_byteaAppendData(), l_byteaAppendString(), l_byteaCopy(), l_byteaGetData(), l_byteaGetSize(), l_byteaInitFromStream(), and l_byteaSplit().