|
tesseract
3.03
|
#include <kdpair.h>
Public Member Functions | |
| KDPair () | |
| KDPair (Key k, Data d) | |
| int | operator== (const KDPair< Key, Data > &other) const |
Public Attributes | |
| Data | data |
| Key | key |
| tesseract::KDPair< Key, Data >::KDPair | ( | ) | [inline] |
| tesseract::KDPair< Key, Data >::KDPair | ( | Key | k, |
| Data | d | ||
| ) | [inline] |
| int tesseract::KDPair< Key, Data >::operator== | ( | const KDPair< Key, Data > & | other | ) | const [inline] |
| Data tesseract::KDPair< Key, Data >::data |
| Key tesseract::KDPair< Key, Data >::key |