MythTV
master
|
Public Types | |
using | UID_type = unsigned int |
Public Member Functions | |
UIDToFAPair ()=default | |
UIDToFAPair (UID_type uid, FileAssociationWrap *assoc) | |
Public Attributes | |
UID_type | m_uid {0} |
FileAssociationWrap * | m_fileAssoc {nullptr} |
Definition at line 140 of file videofileassoc.cpp.
using anonymous_namespace{videofileassoc.cpp}::UIDToFAPair::UID_type = unsigned int |
Definition at line 142 of file videofileassoc.cpp.
|
default |
|
inline |
Definition at line 146 of file videofileassoc.cpp.
UID_type anonymous_namespace{videofileassoc.cpp}::UIDToFAPair::m_uid {0} |
Definition at line 149 of file videofileassoc.cpp.
FileAssociationWrap* anonymous_namespace{videofileassoc.cpp}::UIDToFAPair::m_fileAssoc {nullptr} |
Definition at line 150 of file videofileassoc.cpp.
Referenced by anonymous_namespace{videofileassoc.cpp}::operator<().