Leptonica  1.83.1
Image processing and image analysis suite
L_StrCode Struct Reference

Data Fields

l_int32 fileno
 
l_int32 ifunc
 
SARRAYfunction
 
SARRAYdata
 
SARRAYdescr
 
l_int32 n
 

Detailed Description

Definition at line 40 of file stringcode.h.

Field Documentation

◆ data

SARRAY* L_StrCode::data

store base64 encoded data as strings

Definition at line 45 of file stringcode.h.

Referenced by strcodeCreate(), strcodeDestroy(), and strcodeGenerate().

◆ descr

SARRAY* L_StrCode::descr

store line in description table

Definition at line 46 of file stringcode.h.

Referenced by strcodeCreate(), strcodeDestroy(), and strcodeGenerate().

◆ fileno

l_int32 L_StrCode::fileno

index for function and output file names

Definition at line 42 of file stringcode.h.

Referenced by strcodeCreate().

◆ function

SARRAY* L_StrCode::function

store case code for extraction

Definition at line 44 of file stringcode.h.

Referenced by strcodeCreate(), strcodeDestroy(), and strcodeGenerate().

◆ ifunc

l_int32 L_StrCode::ifunc

index into struct currently being stored

Definition at line 43 of file stringcode.h.

Referenced by strcodeGenerate().

◆ n

l_int32 L_StrCode::n

number of data strings

Definition at line 47 of file stringcode.h.

Referenced by strcodeGenerate().


The documentation for this struct was generated from the following file: