SORTED_FLOAT Class Reference

#include <sortflts.h>

Inheritance diagram for SORTED_FLOAT:

ELIST_LINK List of all members.

Detailed Description

Class that keeps one entry of a sorted list, float value & key.

Definition at line 31 of file sortflts.h.

Public Member Functions

Private Attributes

Friends


Constructor & Destructor Documentation

SORTED_FLOAT::SORTED_FLOAT (  )  [inline]

Definition at line 36 of file sortflts.h.

00036                    { 
00037     }                            //empty constructor

SORTED_FLOAT::SORTED_FLOAT ( float  value,
INT32  key 
) [inline]

Definition at line 38 of file sortflts.h.

References address, and entry.

00040                             {  //reference
00041       entry = value;
00042       address = key;
00043     }


Member Function Documentation

void ELIST_LINK::de_serialise_asc ( FILE *  f  )  [inherited]

Reimplemented in ICOORDELT.

Definition at line 39 of file elst.cpp.

References ABORT, ERRCODE::error(), and SERIALISE_LINKS.

00040                                            {
00041   SERIALISE_LINKS.error ("ELIST_LINK::de_serialise_asc", ABORT,
00042     "Don't call this, override!");
00043 }

void ELIST_LINK::serialise_asc ( FILE *  f  )  [inherited]

Generates an error, as it should never be called.

Definition at line 32 of file elst.cpp.

References ABORT, ERRCODE::error(), and SERIALISE_LINKS.

00033                                         {
00034   SERIALISE_LINKS.error ("ELIST_LINK::serialise_asc", ABORT,
00035     "Don't call this, override!");
00036 }


Friends And Related Function Documentation

friend class SORTED_FLOATS [friend]

Definition at line 33 of file sortflts.h.


Member Data Documentation

INT32 SORTED_FLOAT::address [private]

Definition at line 46 of file sortflts.h.

Referenced by SORTED_FLOAT().

float SORTED_FLOAT::entry [private]

Definition at line 45 of file sortflts.h.

Referenced by SORTED_FLOAT().


The documentation for this class was generated from the following file:
Generated on Wed Feb 28 19:49:33 2007 for Tesseract by  doxygen 1.5.1