tesseract
5.0.0-alpha-619-ge9db
|
#include <kdpair.h>
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 KDPairInc * | RecastDataPointer (Data *data_ptr) |
Additional Inherited Members | |
Public Attributes inherited from tesseract::KDPair< Key, Data > | |
Data | data |
Key | key |
|
default |
|
inline |
|
inline |
|
inlinestatic |