MythTV master
Public Member Functions | Private Types | Private Attributes | List of all members
anonymous_namespace{dirscan.cpp}::ext_lookup Class Reference
Collaboration diagram for anonymous_namespace{dirscan.cpp}::ext_lookup:
[legend]

Public Member Functions

 ext_lookup (const FileAssociations::ext_ignore_list &ext_disposition, bool list_unknown)
 
bool extension_ignored (const QString &extension) const
 

Private Types

using ext_map = std::map< QString, bool >
 

Private Attributes

ext_map m_extensions
 
bool m_listUnknown
 

Detailed Description

Definition at line 17 of file dirscan.cpp.

Member Typedef Documentation

◆ ext_map

using anonymous_namespace{dirscan.cpp}::ext_lookup::ext_map = std::map<QString, bool>
private

Definition at line 20 of file dirscan.cpp.

Constructor & Destructor Documentation

◆ ext_lookup()

anonymous_namespace{dirscan.cpp}::ext_lookup::ext_lookup ( const FileAssociations::ext_ignore_list ext_disposition,
bool  list_unknown 
)
inline

Definition at line 25 of file dirscan.cpp.

Member Function Documentation

◆ extension_ignored()

bool anonymous_namespace{dirscan.cpp}::ext_lookup::extension_ignored ( const QString &  extension) const
inline

Member Data Documentation

◆ m_extensions

ext_map anonymous_namespace{dirscan.cpp}::ext_lookup::m_extensions
private

Definition at line 21 of file dirscan.cpp.

◆ m_listUnknown

bool anonymous_namespace{dirscan.cpp}::ext_lookup::m_listUnknown
private

Definition at line 22 of file dirscan.cpp.


The documentation for this class was generated from the following file: