tesseract  5.0.0-alpha-619-ge9db
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 23 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 44 of file sortflts.h.

44  :
46  SORTED_FLOATS() {
47  it.set_to_list (&list);
48  }

Friends And Related Function Documentation

◆ SORTED_FLOATS

friend class SORTED_FLOATS
friend

Definition at line 40 of file sortflts.h.


The documentation for this class was generated from the following file:
SORTED_FLOAT::SORTED_FLOATS
friend class SORTED_FLOATS
Definition: sortflts.h:40