Functions | |
| bool | operator< (const QtsDvdFilePtr &f1, const QtsDvdFilePtr &f2) |
| Operator "less than" on QtsDvdFilePtr to sort files. More... | |
| bool operator< | ( | const QtsDvdFilePtr & | f1, |
| const QtsDvdFilePtr & | f2 | ||
| ) |
Operator "less than" on QtsDvdFilePtr to sort files.
The sort criteria is the placement on the DVD media.
| [in] | f1 | First instance to compare. |
| [in] | f2 | Second instance to compare. |