Loris::PartialUtils::compareDurationGreater Class Reference
#include <PartialUtils.h>
List of all members.
Detailed Description
Comparitor (binary) functor returning true if its first
Partial argument has duration greater than that of the second
Partial argument, and false otherwise.
Member Function Documentation
| bool Loris::PartialUtils::compareDurationGreater::operator() |
( |
const Partial * |
lhs, |
|
|
const Partial * |
rhs | |
|
) |
| | const [inline] |
Compare two Partials, return true if its first Partial argument has duration greater than that of the second Partial argument, and false otherwise.
| bool Loris::PartialUtils::compareDurationGreater::operator() |
( |
const Partial & |
lhs, |
|
|
const Partial & |
rhs | |
|
) |
| | const [inline] |
Compare two Partials, return true if its first Partial argument has duration greater than that of the second Partial argument, and false otherwise.
The documentation for this class was generated from the following file: