![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
Go to the source code of this file.
Data Structures | |
| struct | L_StrCode |
Typedefs | |
| typedef struct L_StrCode | L_STRCODE |
Enumerations | |
| enum | { L_STR_TYPE = 0 , L_STR_NAME = 1 , L_STR_READER = 2 , L_STR_MEMREADER = 3 } |
Data structure to hold accumulating generated code for storing and extracting serializable leptonica objects (e.g., pixa, recog).
Also a flag for selecting a string from the L_GenAssoc struct in stringcode.
Definition in file stringcode.h.
Definition at line 49 of file stringcode.h.
| anonymous enum |
Select string in stringcode for a specific serializable data type
Stringcode Select
| Enumerator | |
|---|---|
| L_STR_TYPE | typedef for the data type |
| L_STR_NAME | name of the data type |
| L_STR_READER | reader to get the data type from file |
| L_STR_MEMREADER | reader to get the compressed string in memory |
Definition at line 54 of file stringcode.h.