tesseract-doxygen/ccutil/serialis.h File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "memry.h"
#include "errcode.h"
#include "fileerr.h"
Go to the source code of this file.
Define Documentation
#define make_serialise |
( |
CLASSNAME |
|
) |
|
#define QUOTE_IT |
( |
parm |
|
) |
#parm |
Function Documentation
DLLSYM void* de_serialise_bytes |
( |
FILE * |
f, |
|
|
int |
size | |
|
) |
| | |
DLLSYM double de_serialise_FLOAT64 |
( |
FILE * |
f |
) |
|
DLLSYM inT32 de_serialise_INT32 |
( |
FILE * |
f |
) |
|
DLLSYM void serialise_bytes |
( |
FILE * |
f, |
|
|
void * |
ptr, |
|
|
int |
size | |
|
) |
| | |
DLLSYM void serialise_FLOAT64 |
( |
FILE * |
f, |
|
|
double |
the_float | |
|
) |
| | |
DLLSYM void serialise_INT32 |
( |
FILE * |
f, |
|
|
inT32 |
the_int | |
|
) |
| | |