tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::KDPairInc< Key, Data > Struct Template Reference

#include <kdpair.h>

Inheritance diagram for tesseract::KDPairInc< Key, Data >:
Collaboration diagram for tesseract::KDPairInc< Key, Data >:

Public Member Functions

 KDPairInc ()=default
 
 KDPairInc (Key k, Data d)
 
int operator< (const KDPairInc< Key, Data > &other) const
 
- Public Member Functions inherited from tesseract::KDPair< Key, Data >
 KDPair ()=default
 
 KDPair (Key k, Data d)
 
int operator== (const KDPair< Key, Data > &other) const
 

Static Public Member Functions

static KDPairIncRecastDataPointer (Data *data_ptr)
 

Additional Inherited Members

- Public Attributes inherited from tesseract::KDPair< Key, Data >
Data data
 
Key key
 

Constructor & Destructor Documentation

◆ KDPairInc() [1/2]

template<typename Key , typename Data >
tesseract::KDPairInc< Key, Data >::KDPairInc ( )
default

◆ KDPairInc() [2/2]

template<typename Key , typename Data >
tesseract::KDPairInc< Key, Data >::KDPairInc ( Key  k,
Data  d 
)
inline

Member Function Documentation

◆ operator<()

template<typename Key , typename Data >
int tesseract::KDPairInc< Key, Data >::operator< ( const KDPairInc< Key, Data > &  other) const
inline

◆ RecastDataPointer()

template<typename Key , typename Data >
static KDPairInc* tesseract::KDPairInc< Key, Data >::RecastDataPointer ( Data *  data_ptr)
inlinestatic

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