tesseract
4.0.0-1-g2a2b
|
#include "strngs.h"
#include <cassert>
#include <cstdlib>
#include "errcode.h"
#include "genericvector.h"
#include "helpers.h"
#include "serialis.h"
Go to the source code of this file.
Variables | |
const int | kMaxIntSize = 22 |
const int | kMaxDoubleSize = 16 |
const int | kMinCapacity = 16 |
const int kMaxDoubleSize = 16 |
Definition at line 35 of file strngs.cpp.
const int kMaxIntSize = 22 |
Definition at line 32 of file strngs.cpp.
const int kMinCapacity = 16 |
Definition at line 51 of file strngs.cpp.