tesseract v5.3.3.20231005
tesseract::SORTED_FLOAT Class Reference

#include <sortflts.h>

Inheritance diagram for tesseract::SORTED_FLOAT:
tesseract::ELIST_LINK

Public Member Functions

 SORTED_FLOAT ()=default
 
 SORTED_FLOAT (float value, int32_t key)
 
- Public Member Functions inherited from tesseract::ELIST_LINK
 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Friends

class SORTED_FLOATS
 

Detailed Description

Definition at line 26 of file sortflts.h.

Constructor & Destructor Documentation

◆ SORTED_FLOAT() [1/2]

tesseract::SORTED_FLOAT::SORTED_FLOAT ( )
default

◆ SORTED_FLOAT() [2/2]

tesseract::SORTED_FLOAT::SORTED_FLOAT ( float  value,
int32_t  key 
)
inline

Definition at line 31 of file sortflts.h.

33 { // reference
34 entry = value;
35 address = key;
36 }
int value

Friends And Related Function Documentation

◆ SORTED_FLOATS

friend class SORTED_FLOATS
friend

Definition at line 27 of file sortflts.h.


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