LibreOffice Module xmloff (master) 1
Classes | Public Member Functions | Private Attributes | List of all members
SvXMLTokenMap_Impl Class Reference

Classes

struct  PairHash
 

Public Member Functions

void insert (const SvXMLTokenMapEntry &rEntry)
 
sal_uInt16 get (sal_uInt16 nKeyPrefix, const OUString &rLName) const
 

Private Attributes

std::unordered_map< std::pair< sal_uInt16, OUString >, sal_uInt16, PairHashm_aPrefixAndNameToTokenMap
 

Detailed Description

Definition at line 30 of file xmltkmap.cxx.

Member Function Documentation

◆ get()

sal_uInt16 SvXMLTokenMap_Impl::get ( sal_uInt16  nKeyPrefix,
const OUString &  rLName 
) const

Definition at line 59 of file xmltkmap.cxx.

References m_aPrefixAndNameToTokenMap, and XML_TOK_UNKNOWN.

◆ insert()

void SvXMLTokenMap_Impl::insert ( const SvXMLTokenMapEntry rEntry)

Member Data Documentation

◆ m_aPrefixAndNameToTokenMap

std::unordered_map< std::pair<sal_uInt16, OUString>, sal_uInt16, PairHash> SvXMLTokenMap_Impl::m_aPrefixAndNameToTokenMap
private

Definition at line 44 of file xmltkmap.cxx.

Referenced by get(), and insert().


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