LibreOffice Module sw (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
SwAccessibleSelectedParas_Impl Class Reference

Public Types

typedef uno::WeakReference< XAccessible > key_type
 
typedef SwAccessibleParaSelection mapped_type
 
typedef std::pair< const key_type, mapped_typevalue_type
 
typedef SwXAccWeakRefComp key_compare
 
typedef std::map< key_type, mapped_type, key_compare >::iterator iterator
 
typedef std::map< key_type, mapped_type, key_compare >::const_iterator const_iterator
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
iterator find (const key_type &key)
 
template<class... Args>
std::pair< iterator, bool > emplace (Args &&... args)
 
iterator erase (const_iterator const &pos)
 

Private Attributes

std::map< key_type, mapped_type, key_comparemaMap
 

Detailed Description

Definition at line 659 of file accmap.cxx.

Member Typedef Documentation

◆ const_iterator

Definition at line 667 of file accmap.cxx.

◆ iterator

Definition at line 666 of file accmap.cxx.

◆ key_compare

Definition at line 665 of file accmap.cxx.

◆ key_type

typedef uno::WeakReference< XAccessible > SwAccessibleSelectedParas_Impl::key_type

Definition at line 662 of file accmap.cxx.

◆ mapped_type

typedef SwAccessibleParaSelection SwAccessibleSelectedParas_Impl::mapped_type

Definition at line 663 of file accmap.cxx.

◆ value_type

Definition at line 664 of file accmap.cxx.

Member Function Documentation

◆ begin()

iterator SwAccessibleSelectedParas_Impl::begin ( )
inline

Definition at line 671 of file accmap.cxx.

References maMap.

◆ emplace()

template<class... Args>
std::pair< iterator, bool > SwAccessibleSelectedParas_Impl::emplace ( Args &&...  args)
inline

Definition at line 675 of file accmap.cxx.

References args, and maMap.

◆ end()

iterator SwAccessibleSelectedParas_Impl::end ( )
inline

Definition at line 672 of file accmap.cxx.

References maMap.

◆ erase()

iterator SwAccessibleSelectedParas_Impl::erase ( const_iterator const &  pos)
inline

Definition at line 676 of file accmap.cxx.

References maMap, and pos.

◆ find()

iterator SwAccessibleSelectedParas_Impl::find ( const key_type key)
inline

Definition at line 673 of file accmap.cxx.

References maMap.

Member Data Documentation

◆ maMap

std::map<key_type,mapped_type,key_compare> SwAccessibleSelectedParas_Impl::maMap
private

Definition at line 669 of file accmap.cxx.

Referenced by begin(), emplace(), end(), erase(), and find().


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