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

Public Types

typedef SwAccessibleChild key_type
 
typedef std::list< SwAccessibleEvent_Impl >::iterator mapped_type
 
typedef std::pair< const key_type, mapped_typevalue_type
 
typedef SwAccessibleChildFunc 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 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 615 of file accmap.cxx.

Member Typedef Documentation

◆ const_iterator

Definition at line 623 of file accmap.cxx.

◆ iterator

Definition at line 622 of file accmap.cxx.

◆ key_compare

typedef SwAccessibleChildFunc SwAccessibleEventMap_Impl::key_compare

Definition at line 621 of file accmap.cxx.

◆ key_type

typedef SwAccessibleChild SwAccessibleEventMap_Impl::key_type

Definition at line 618 of file accmap.cxx.

◆ mapped_type

Definition at line 619 of file accmap.cxx.

◆ value_type

Definition at line 620 of file accmap.cxx.

Member Function Documentation

◆ emplace()

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

Definition at line 630 of file accmap.cxx.

References args, and maMap.

◆ end()

iterator SwAccessibleEventMap_Impl::end ( )
inline

Definition at line 627 of file accmap.cxx.

References maMap.

◆ erase()

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

Definition at line 631 of file accmap.cxx.

References maMap, and pos.

◆ find()

iterator SwAccessibleEventMap_Impl::find ( const key_type key)
inline

Definition at line 628 of file accmap.cxx.

References maMap.

Member Data Documentation

◆ maMap

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

Definition at line 625 of file accmap.cxx.

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


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