Tesseract  3.02
SORTED_FLOAT Class Reference

#include <sortflts.h>

Inheritance diagram for SORTED_FLOAT:
ELIST_LINK

List of all members.

Public Member Functions

 SORTED_FLOAT ()
 SORTED_FLOAT (float value, inT32 key)

Friends

class SORTED_FLOATS

Detailed Description

Definition at line 27 of file sortflts.h.


Constructor & Destructor Documentation

SORTED_FLOAT::SORTED_FLOAT ( ) [inline]

Definition at line 32 of file sortflts.h.

                   {
    }                            //empty constructor
SORTED_FLOAT::SORTED_FLOAT ( float  value,
inT32  key 
) [inline]

Definition at line 34 of file sortflts.h.

                            {  //reference
      entry = value;
      address = key;
    }

Friends And Related Function Documentation

friend class SORTED_FLOATS [friend]

Definition at line 29 of file sortflts.h.


The documentation for this class was generated from the following file: