LibreOffice Module package (master) 1
Classes | Typedefs
ZipPackageFolder.hxx File Reference
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/beans/StringPair.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include "ZipPackageEntry.hxx"
#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
#include <string_view>
#include <unordered_map>
#include <vector>
Include dependency graph for ZipPackageFolder.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ZipContentInfo
 
class  ZipPackageFolder
 

Typedefs

typedef std::unordered_map< OUString, ZipContentInfoContentHash
 

Typedef Documentation

◆ ContentHash

typedef std::unordered_map< OUString, ZipContentInfo > ContentHash

Definition at line 59 of file ZipPackageFolder.hxx.