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>

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

Public Member Functions

 QKeyValueRangeStorage (const Map &map)
 QKeyValueRangeStorage (Map &&map)

Protected Member Functions

Mapmap ()
const Mapmap () const

Protected Attributes

Map m_map

Detailed Description

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

Definition at line 297 of file qiterator.h.

Constructor & Destructor Documentation

◆ QKeyValueRangeStorage() [1/2]

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

Definition at line 304 of file qiterator.h.

References m_map.

◆ QKeyValueRangeStorage() [2/2]

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

Definition at line 305 of file qiterator.h.

Member Function Documentation

◆ map() [1/2]

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

Definition at line 301 of file qiterator.h.

References m_map.

◆ map() [2/2]

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

Definition at line 302 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 300 of file qiterator.h.

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


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