tesseract v5.3.3.20231005
|
#include "helpers.h"
#include "serialis.h"
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <functional>
Go to the source code of this file.
Classes | |
class | tesseract::GenericVector< T > |
class | tesseract::PointerVector< T > |
Namespaces | |
namespace | tesseract |
Functions | |
bool | tesseract::LoadDataFromFile (const char *filename, GenericVector< char > *data) |
bool | tesseract::SaveDataToFile (const GenericVector< char > &data, const char *filename) |
template<typename T > | |
int | tesseract::sort_cmp (const void *t1, const void *t2) |
template<typename T > | |
int | tesseract::sort_ptr_cmp (const void *t1, const void *t2) |