![]() |
Leptonica 1.85.0
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(), strcodeFinalize(), and strcodeGenerate().
| SARRAY* L_StrCode::descr |
store line in description table
Definition at line 46 of file stringcode.h.
Referenced by strcodeCreate(), strcodeDestroy(), strcodeFinalize(), 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(), and strcodeFinalize().
| SARRAY* L_StrCode::function |
store case code for extraction
Definition at line 44 of file stringcode.h.
Referenced by strcodeCreate(), strcodeDestroy(), strcodeFinalize(), 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 |
number of data strings
Definition at line 47 of file stringcode.h.
Referenced by strcodeFinalize(), and strcodeGenerate().