![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qminimalflatset_p.h>
Public Types | |
| using | const_iterator = typename Container::const_iterator |
| using | iterator = const_iterator |
| using | const_reverse_iterator = typename Container::const_reverse_iterator |
| using | reverse_iterator = const_reverse_iterator |
| using | value_type = T |
| using | key_compare = Compare |
| using | value_compare = Compare |
Public Member Functions | |
| QMinimalFlatSet ()=default | |
| QMinimalFlatSet (const Compare &cmp) | |
| QMinimalFlatSet (std::initializer_list< T > init, const Compare &cmp=Compare()) | |
| QMinimalFlatSet (Container init, const Compare &cmp=Compare()) | |
| template<typename InputIt> | |
| QMinimalFlatSet (InputIt first, InputIt last, const Compare &cmp=Compare()) | |
| key_compare | key_comp () const |
| value_compare | value_comp () const |
| iterator | begin () const |
| iterator | end () const |
| iterator | cbegin () const |
| iterator | cend () const |
| reverse_iterator | rbegin () const |
| reverse_iterator | rend () const |
| reverse_iterator | crbegin () const |
| reverse_iterator | crend () const |
| void | clear () |
| auto | size () const |
| auto | count () const |
| bool | isEmpty () const |
| std::pair< iterator, bool > | insert (value_type &&v) |
| std::pair< iterator, bool > | insert (const value_type &v) |
| void | erase (const value_type &v) |
| void | remove (const value_type &v) |
| bool | contains (const value_type &v) const |
| const Container & | values () const & |
| Container | values () && |
Definition at line 49 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::const_iterator = typename Container::const_iterator |
Definition at line 76 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::const_reverse_iterator = typename Container::const_reverse_iterator |
Definition at line 78 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::iterator = const_iterator |
Definition at line 77 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::key_compare = Compare |
Definition at line 81 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::reverse_iterator = const_reverse_iterator |
Definition at line 79 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::value_compare = Compare |
Definition at line 82 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::value_type = T |
Definition at line 80 of file qminimalflatset_p.h.
|
default |
|
inlineexplicit |
Definition at line 55 of file qminimalflatset_p.h.
|
inlineexplicit |
Definition at line 56 of file qminimalflatset_p.h.
|
inlineexplicit |
Definition at line 60 of file qminimalflatset_p.h.
|
inline |
Definition at line 67 of file qminimalflatset_p.h.
|
inline |
Definition at line 87 of file qminimalflatset_p.h.
|
inline |
Definition at line 89 of file qminimalflatset_p.h.
|
inline |
Definition at line 90 of file qminimalflatset_p.h.
|
inline |
Definition at line 97 of file qminimalflatset_p.h.
|
inline |
Definition at line 134 of file qminimalflatset_p.h.
|
inline |
Definition at line 102 of file qminimalflatset_p.h.
|
inline |
Definition at line 94 of file qminimalflatset_p.h.
|
inline |
Definition at line 95 of file qminimalflatset_p.h.
|
inline |
Definition at line 88 of file qminimalflatset_p.h.
|
inline |
Definition at line 125 of file qminimalflatset_p.h.
|
inline |
Definition at line 115 of file qminimalflatset_p.h.
|
inline |
Definition at line 105 of file qminimalflatset_p.h.
|
inline |
Definition at line 103 of file qminimalflatset_p.h.
|
inline |
Definition at line 84 of file qminimalflatset_p.h.
|
inline |
Definition at line 92 of file qminimalflatset_p.h.
|
inline |
Definition at line 132 of file qminimalflatset_p.h.
|
inline |
Definition at line 93 of file qminimalflatset_p.h.
|
inline |
Definition at line 101 of file qminimalflatset_p.h.
|
inline |
Definition at line 85 of file qminimalflatset_p.h.
|
inline |
Definition at line 140 of file qminimalflatset_p.h.
|
inline |
Definition at line 139 of file qminimalflatset_p.h.