tesseract 3.04.01

tesseract::BoxCharPtrSort Struct Reference

#include <boxchar.h>

List of all members.

Public Member Functions

bool operator() (const BoxChar *box1, const BoxChar *box2) const

Detailed Description

Definition at line 111 of file boxchar.h.


Member Function Documentation

bool tesseract::BoxCharPtrSort::operator() ( const BoxChar box1,
const BoxChar box2 
) const [inline]

Definition at line 112 of file boxchar.h.

                                                                  {
    return *box1 < *box2;
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines