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

Go to the source code of this file.

Classes

struct  comphelper::OUStringAndHashCode
 Implements a stl hash map on top of some specialized sequence from type PropertyValue or NamedValue. More...
 
struct  comphelper::OUStringAndHashCodeEqual
 
struct  comphelper::OUStringAndHashCodeHash
 
class  comphelper::SequenceAsHashMap
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  comphelper
 

Typedefs

using comphelper::SequenceAsHashMapBase = std::unordered_map< OUStringAndHashCode, css::uno::Any, OUStringAndHashCodeHash, OUStringAndHashCodeEqual >