ScummVM API documentation
Common::Path::IgnoreCaseAndMac_EqualTo Struct Reference

#include <path.h>

Public Member Functions

bool operator() (const Path &x, const Path &y) const
 

Detailed Description

Hash and comparator for Path with following changes:

  • case-insensitive
  • decoding of punycode
  • Matching ':' and '/' inside path components to This allows a path "Sound Manager 3.1 / SoundLib<separator>Sound" to match both "xn--Sound Manager 3.1 SoundLib-lba84k/Sound" and "Sound Manager 3.1 : SoundLib/Sound"

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