#include <xpdf.h>
Public Member Functions | |
| bool | operator() (const Ref &v1, const Ref &v2) const |
Reference comparator class.
Implements functional operator to compare two referencies defined as Ref structures.
This can be used as comparator predicate in ObjectStorage where value is Object type.
| bool xpdf::RefComparator::operator() | ( | const Ref & | v1, | |
| const Ref & | v2 | |||
| ) | const [inline] |
Comparator operator.
| v1 | First value. | |
| v2 | Second value. |