Leptonica  1.82.0
Image processing and image analysis suite
stringcode.h File Reference

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 }
 

Detailed Description

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.

Enumeration Type Documentation

◆ anonymous enum

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.