A comparator class for comparing two AVI objects according to their time stamps. More...
#include <AVI.h>
Public Member Functions | |
int | compare (const AVI *left, const AVI *right) const |
tie break comparison | |
bool | operator() (const AVI *left, const AVI *right) const |
return true if left < right | |
Static Public Attributes | |
static const double | EPS = 1e-12 |
A comparator class for comparing two AVI objects according to their time stamps.
return true if left < right
Reimplemented in AVIReverseComparator.
const double AVIComparator::EPS = 1e-12 [static] |