#include <metadata.h>
Definition at line 29 of file mythvideo/mythvideo/metadata.h.
Public Member Functions | |
| SortKey () | |
| SortKey (const SortData &data) | |
| SortKey (const SortKey &other) | |
| SortKey & | operator= (const SortKey &rhs) |
| ~SortKey () | |
| bool | isSet () const |
| void | Clear () |
Public Attributes | |
| SortData * | m_sd |
| Metadata::SortKey::SortKey | ( | ) |
Definition at line 42 of file mythvideo/mythvideo/metadata.cpp.
| Metadata::SortKey::SortKey | ( | const SortData & | data | ) |
Definition at line 46 of file mythvideo/mythvideo/metadata.cpp.
| Metadata::SortKey::SortKey | ( | const SortKey & | other | ) |
Definition at line 51 of file mythvideo/mythvideo/metadata.cpp.
| Metadata::SortKey::~SortKey | ( | ) |
Definition at line 68 of file mythvideo/mythvideo/metadata.cpp.
| Metadata::SortKey & Metadata::SortKey::operator= | ( | const SortKey & | rhs | ) |
Definition at line 56 of file mythvideo/mythvideo/metadata.cpp.
| bool Metadata::SortKey::isSet | ( | ) | const |
Definition at line 73 of file mythvideo/mythvideo/metadata.cpp.
| void Metadata::SortKey::Clear | ( | void | ) |
Definition at line 78 of file mythvideo/mythvideo/metadata.cpp.
Referenced by operator=(), and ~SortKey().
Definition at line 42 of file mythvideo/mythvideo/metadata.h.
Referenced by Clear(), isSet(), operator<(), operator=(), and SortKey().
1.5.5