1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:59:54 +00:00
openmw/components/vfs
elsid a49de4b9f1
Do not allow to construct NormalizedView from std::string
To avoid implicit conversion via Normalized which creates NormalizedView from a
temporary Normalized. Mark constructors explicit on purpose so there is no
ambiguity on implicit conversion when there is an overloaded function like:

void f(const Normalized&);
void f(NormalizedView);
2024-07-20 23:58:48 +02:00
..
archive.hpp Use normalized path for file archives indices 2024-02-08 11:48:59 +01:00
bsaarchive.hpp Remove redundant destructor 2024-02-18 14:54:51 +01:00
file.hpp Use forward declaration for some VFS types 2024-01-16 01:32:11 +01:00
filemap.hpp Add type for normalized VFS path and use for VFS::Manager file map key 2024-01-18 00:03:06 +01:00
filesystemarchive.cpp Use is_directory member function 2024-02-21 22:03:15 +01:00
filesystemarchive.hpp Initialize FileSystemArchive index in constructor 2024-02-17 02:07:50 +01:00
manager.cpp Log caught exceptions 2024-05-26 02:52:11 +02:00
manager.hpp Use normalized path for SoundManager::playPlaylist 2024-04-19 22:43:20 +02:00
pathutil.hpp Do not allow to construct NormalizedView from std::string 2024-07-20 23:58:48 +02:00
recursivedirectoryiterator.hpp Return Path::Normalized from RecursiveDirectoryIterator 2024-01-24 22:19:03 +01:00
registerarchives.cpp Simplify and reduce code duplication for BSA archive creation 2024-02-18 14:54:14 +01:00
registerarchives.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00