openMSX
|
#include "FileOperations.hh"
#include "ObjectPool.hh"
#include "MemBuffer.hh"
#include "SimpleHashSet.hh"
#include "sha1.hh"
#include "xxhash.hh"
#include <cassert>
#include <cstdint>
#include <ctime>
#include <functional>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
Classes | |
class | openmsx::FilePoolCore |
struct | openmsx::FilePoolCore::Dir |
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Enumerations | |
enum class | openmsx::FileType { openmsx::NONE = 0 , openmsx::SYSTEM_ROM = 1 , openmsx::ROM = 2 , openmsx::DISK = 4 , openmsx::TAPE = 8 } |
Functions | |
FileType | openmsx::operator| (FileType x, FileType y) |
FileType | openmsx::operator& (FileType x, FileType y) |
FileType & | openmsx::operator|= (FileType &x, FileType y) |