Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtPrivate::QKeyValueRangeStorage< Map & > Class Template Reference

#include <qiterator.h>

Collaboration diagram for QtPrivate::QKeyValueRangeStorage< Map & >:

Public Member Functions

 QKeyValueRangeStorage (Map &map)

Protected Member Functions

Mapmap ()
const Mapmap () const

Protected Attributes

Mapm_map

Detailed Description

template<typename Map>
class QtPrivate::QKeyValueRangeStorage< Map & >

Definition at line 309 of file qiterator.h.

Constructor & Destructor Documentation

◆ QKeyValueRangeStorage()

template<typename Map>
QtPrivate::QKeyValueRangeStorage< Map & >::QKeyValueRangeStorage ( Map & map)
inlineexplicit

Definition at line 319 of file qiterator.h.

References m_map.

Member Function Documentation

◆ map() [1/2]

template<typename Map>
Map & QtPrivate::QKeyValueRangeStorage< Map & >::map ( )
inlineprotected

Definition at line 316 of file qiterator.h.

References m_map.

◆ map() [2/2]

template<typename Map>
const Map & QtPrivate::QKeyValueRangeStorage< Map & >::map ( ) const
inlineprotected

Definition at line 317 of file qiterator.h.

References m_map.

Member Data Documentation

◆ m_map

template<typename Map>
Map* QtPrivate::QKeyValueRangeStorage< Map & >::m_map
protected

Definition at line 315 of file qiterator.h.

Referenced by QKeyValueRangeStorage(), map(), and map().


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