LibreOffice Module svl (master) 1
Public Member Functions | Public Attributes | List of all members
svl::SharedStringPool::Impl Struct Reference
Collaboration diagram for svl::SharedStringPool::Impl:
[legend]

Public Member Functions

 Impl (const CharClass &rCharClass)
 

Public Attributes

std::mutex maMutex
 
std::unordered_map< StringWithHash, OUString > maStrMap
 
const CharClassmrCharClass
 

Detailed Description

Definition at line 55 of file sharedstringpool.cxx.

Constructor & Destructor Documentation

◆ Impl()

svl::SharedStringPool::Impl::Impl ( const CharClass rCharClass)
inlineexplicit

Definition at line 64 of file sharedstringpool.cxx.

Member Data Documentation

◆ maMutex

std::mutex svl::SharedStringPool::Impl::maMutex
mutable

Definition at line 57 of file sharedstringpool.cxx.

◆ maStrMap

std::unordered_map<StringWithHash, OUString> svl::SharedStringPool::Impl::maStrMap

Definition at line 61 of file sharedstringpool.cxx.

◆ mrCharClass

const CharClass& svl::SharedStringPool::Impl::mrCharClass

Definition at line 62 of file sharedstringpool.cxx.


The documentation for this struct was generated from the following file: