LibreOffice Module comphelper (master) 1
Classes | Namespaces | Typedefs
PropertyInfoHash.hxx File Reference
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Type.h>
#include <unordered_map>
Include dependency graph for PropertyInfoHash.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  comphelper::PropertyInfo
 
struct  comphelper::PropertyData
 

Namespaces

namespace  comphelper
 

Typedefs

typedef std::unordered_map< OUString, ::comphelper::PropertyInfo const * > PropertyInfoHash
 
typedef std::unordered_map< OUString, ::comphelper::PropertyData * > PropertyDataHash
 

Typedef Documentation

◆ PropertyDataHash

typedef std::unordered_map< OUString, ::comphelper::PropertyData* > PropertyDataHash

Definition at line 54 of file PropertyInfoHash.hxx.

◆ PropertyInfoHash

typedef std::unordered_map< OUString, ::comphelper::PropertyInfo const * > PropertyInfoHash

Definition at line 52 of file PropertyInfoHash.hxx.