Common Tesseract Types. More...
Go to the source code of this file.
Classes | |
struct | tesseract_common::PairHash |
Namespaces | |
tesseract_common | |
Typedefs | |
using | tesseract_common::LinkNamesPair = std::pair< std::string, std::string > |
Functions | |
LinkNamesPair | tesseract_common::makeOrderedLinkPair (const std::string &link_name1, const std::string &link_name2) |
Create a pair of strings, where the pair.first is always <= pair.second. More... | |
void | tesseract_common::makeOrderedLinkPair (LinkNamesPair &pair, const std::string &link_name1, const std::string &link_name2) |
Populate a pair of strings, where the pair.first is always <= pair.second. More... | |
Common Tesseract Types.
Definition in file types.h.