ELIST Class Reference

#include <elst.h>

List of all members.

Public Member Functions

 ELIST ()
virtual ~ELIST ()
void internal_clear (void(*zapper)(ELIST_LINK *))
bool empty ()
bool singleton ()
void shallow_copy (ELIST *from_list)
void internal_deep_copy (ELIST_LINK *(*copier)(ELIST_LINK *), const ELIST *list)
void assign_to_sublist (ELIST_ITERATOR *start_it, ELIST_ITERATOR *end_it)
inT32 length ()
void sort (int comparator(const void *, const void *))
void add_sorted (int comparator(const void *, const void *), ELIST_LINK *new_link)
void internal_dump (FILE *f, void element_serialiser(FILE *, ELIST_LINK *))
void internal_de_dump (FILE *f, ELIST_LINK *element_de_serialiser(FILE *))
void prep_serialise ()

Friends

class ELIST_ITERATOR

Constructor & Destructor Documentation

ELIST::ELIST (  )  [inline]
virtual ELIST::~ELIST (  )  [inline, virtual]

Member Function Documentation

void ELIST::add_sorted ( int   comparatorconst void *, const void *,
ELIST_LINK new_link 
)
void ELIST::assign_to_sublist ( ELIST_ITERATOR start_it,
ELIST_ITERATOR end_it 
)
bool ELIST::empty (  )  [inline]
void ELIST::internal_clear ( void(*)(ELIST_LINK *)  zapper  ) 
void ELIST::internal_de_dump ( FILE *  f,
ELIST_LINK element_de_serialiserFILE * 
)
void ELIST::internal_deep_copy ( ELIST_LINK *(*)(ELIST_LINK *)  copier,
const ELIST list 
)
void ELIST::internal_dump ( FILE *  f,
void   element_serialiserFILE *, ELIST_LINK * 
)
inT32 ELIST::length (  ) 
void ELIST::prep_serialise (  ) 
void ELIST::shallow_copy ( ELIST from_list  )  [inline]
bool ELIST::singleton (  )  [inline]
void ELIST::sort ( int   comparatorconst void *, const void *  ) 

Friends And Related Function Documentation

friend class ELIST_ITERATOR [friend]

The documentation for this class was generated from the following files:
Generated on Sun Jul 18 17:11:07 2010 for Tesseract by  doxygen 1.6.3