tesseract 4.1.1
Loading...
Searching...
No Matches
SORTED_FLOAT Class Reference

#include <sortflts.h>

Inheritance diagram for SORTED_FLOAT:
ELIST_LINK

Public Member Functions

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

Friends

class SORTED_FLOATS
 

Detailed Description

Definition at line 24 of file sortflts.h.

Constructor & Destructor Documentation

◆ SORTED_FLOAT() [1/2]

SORTED_FLOAT::SORTED_FLOAT ( )
default

◆ SORTED_FLOAT() [2/2]

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

Definition at line 30 of file sortflts.h.

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

Friends And Related Function Documentation

◆ SORTED_FLOATS

friend class SORTED_FLOATS
friend

Definition at line 26 of file sortflts.h.


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