LibreOffice Module sw (master) 1
|
Public Types | |
typedef SwAccessibleChild | key_type |
typedef std::list< SwAccessibleEvent_Impl >::iterator | mapped_type |
typedef std::pair< const key_type, mapped_type > | value_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_compare > | maMap |
Definition at line 615 of file accmap.cxx.
typedef std::map<key_type,mapped_type,key_compare>::const_iterator SwAccessibleEventMap_Impl::const_iterator |
Definition at line 623 of file accmap.cxx.
typedef std::map<key_type,mapped_type,key_compare>::iterator SwAccessibleEventMap_Impl::iterator |
Definition at line 622 of file accmap.cxx.
typedef SwAccessibleChildFunc SwAccessibleEventMap_Impl::key_compare |
Definition at line 621 of file accmap.cxx.
typedef SwAccessibleChild SwAccessibleEventMap_Impl::key_type |
Definition at line 618 of file accmap.cxx.
typedef std::list<SwAccessibleEvent_Impl>::iterator SwAccessibleEventMap_Impl::mapped_type |
Definition at line 619 of file accmap.cxx.
typedef std::pair<const key_type,mapped_type> SwAccessibleEventMap_Impl::value_type |
Definition at line 620 of file accmap.cxx.
|
inline |
Definition at line 630 of file accmap.cxx.
|
inline |
Definition at line 627 of file accmap.cxx.
References maMap.
|
inline |
Definition at line 631 of file accmap.cxx.
Definition at line 628 of file accmap.cxx.
References maMap.
|
private |