|
MythTV 0.25-pre
|
metadata sort functor More...
Public Member Functions | |
| metadata_sort (const VideoFilterSettings &vfs, bool sort_ignores_case) | |
| bool | operator() (const VideoMetadata *lhs, const VideoMetadata *rhs) |
| bool | operator() (const smart_meta_node &lhs, const smart_meta_node &rhs) |
Private Attributes | |
| const VideoFilterSettings & | m_vfs |
| bool | m_sic |
metadata sort functor
Definition at line 451 of file videolist.cpp.
| fake_unnamed::metadata_sort::metadata_sort | ( | const VideoFilterSettings & | vfs, |
| bool | sort_ignores_case | ||
| ) | [inline] |
Definition at line 453 of file videolist.cpp.
| bool fake_unnamed::metadata_sort::operator() | ( | const VideoMetadata * | lhs, |
| const VideoMetadata * | rhs | ||
| ) | [inline] |
Definition at line 456 of file videolist.cpp.
| bool fake_unnamed::metadata_sort::operator() | ( | const smart_meta_node & | lhs, |
| const smart_meta_node & | rhs | ||
| ) | [inline] |
Definition at line 461 of file videolist.cpp.
const VideoFilterSettings& fake_unnamed::metadata_sort::m_vfs [private] |
Definition at line 468 of file videolist.cpp.
Referenced by operator()().
bool fake_unnamed::metadata_sort::m_sic [private] |
Definition at line 469 of file videolist.cpp.
Referenced by operator()().
1.7.4