tesseract  5.0.0-alpha-619-ge9db
genericvector.h File Reference
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <functional>
#include "helpers.h"
#include "serialis.h"

Go to the source code of this file.

Classes

class  GenericVector< T >
 
class  tesseract::PointerVector< T >
 
class  GenericVectorEqEq< T >
 

Namespaces

 tesseract
 

Macros

#define rand_r(seed)   rand()
 

Functions

bool tesseract::LoadDataFromFile (const char *filename, GenericVector< char > *data)
 
bool tesseract::SaveDataToFile (const GenericVector< char > &data, const char *filename)
 
template<typename T >
bool tesseract::cmp_eq (T const &t1, T const &t2)
 
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)
 

Macro Definition Documentation

◆ rand_r

#define rand_r (   seed)    rand()