Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
FilenameAttributes.h File Reference
#include "utils/RegExp.h"
#include <optional>
#include <string>
#include <unordered_map>

Classes

struct  KODI::VIDEO::StringHash
 Transparent string hasher for std::unordered_map heterogeneous lookup. More...
 
class  KODI::VIDEO::CFilenameAttributes
 

Namespaces

namespace  KODI
 
namespace  KODI::VIDEO
 

Typedefs

using KODI::VIDEO::AttributeMap = std::unordered_map<std::string, std::string, StringHash, std::equal_to<>>