![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
Data Fields | |
l_int32 | fileno |
l_int32 | ifunc |
SARRAY * | function |
SARRAY * | data |
SARRAY * | descr |
l_int32 | n |
Definition at line 40 of file stringcode.h.
SARRAY* L_StrCode::data |
store base64 encoded data as strings
Definition at line 45 of file stringcode.h.
Referenced by strcodeCreate(), strcodeDestroy(), and strcodeGenerate().
SARRAY* L_StrCode::descr |
store line in description table
Definition at line 46 of file stringcode.h.
Referenced by strcodeCreate(), strcodeDestroy(), and strcodeGenerate().
l_int32 L_StrCode::fileno |
index for function and output file names
Definition at line 42 of file stringcode.h.
Referenced by strcodeCreate().
SARRAY* L_StrCode::function |
store case code for extraction
Definition at line 44 of file stringcode.h.
Referenced by strcodeCreate(), strcodeDestroy(), and strcodeGenerate().
l_int32 L_StrCode::ifunc |
index into struct currently being stored
Definition at line 43 of file stringcode.h.
Referenced by strcodeGenerate().
l_int32 L_StrCode::n |