tesseract  4.00.00dev
strngs.cpp File Reference
#include "strngs.h"
#include <assert.h>
#include "genericvector.h"
#include "helpers.h"
#include "serialis.h"
#include "tprintf.h"

Go to the source code of this file.

Variables

const int kMaxIntSize = 22
 
const int kMaxDoubleSize = 16
 
const int kMinCapacity = 16
 

Variable Documentation

◆ kMaxDoubleSize

const int kMaxDoubleSize = 16

Definition at line 36 of file strngs.cpp.

◆ kMaxIntSize

const int kMaxIntSize = 22

Definition at line 33 of file strngs.cpp.

◆ kMinCapacity

const int kMinCapacity = 16

Definition at line 52 of file strngs.cpp.