LibreOffice Module package (master) 1
Typedefs
HashMaps.hxx File Reference
#include "ZipEntry.hxx"
#include <unordered_map>
Include dependency graph for HashMaps.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::unordered_map< OUString, ZipPackageFolder * > FolderHash
 
typedef std::unordered_map< OUString, ZipEntryEntryHash
 

Typedef Documentation

◆ EntryHash

typedef std::unordered_map< OUString, ZipEntry > EntryHash

Definition at line 32 of file HashMaps.hxx.

◆ FolderHash

typedef std::unordered_map< OUString, ZipPackageFolder * > FolderHash

Definition at line 29 of file HashMaps.hxx.