tesseract v5.3.3.20231005
oldlist.cpp File Reference
#include "oldlist.h"
#include "errcode.h"
#include <cstdio>
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  tesseract
 

Functions

LIST tesseract::delete_d (LIST list, void *key, int_compare is_equal)
 
LIST tesseract::destroy (LIST list)
 
void tesseract::destroy_nodes (LIST list, void_dest destructor)
 
LIST tesseract::last (LIST var_list)
 
LIST tesseract::pop (LIST list)
 
LIST tesseract::push (LIST list, void *element)
 
LIST tesseract::push_last (LIST list, void *item)
 
LIST tesseract::search (LIST list, void *key, int_compare is_equal)