![]() |
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) | |
| 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 58 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::const_reverse_iterator = typename Container::const_reverse_iterator |
Definition at line 60 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::iterator = const_iterator |
Definition at line 59 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::key_compare = Compare |
Definition at line 63 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::reverse_iterator = const_reverse_iterator |
Definition at line 61 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::value_compare = Compare |
Definition at line 64 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container, Compare >::value_type = T |
Definition at line 62 of file qminimalflatset_p.h.
|
default |
|
inlineexplicit |
Definition at line 55 of file qminimalflatset_p.h.
|
inline |
Definition at line 69 of file qminimalflatset_p.h.
|
inline |
Definition at line 71 of file qminimalflatset_p.h.
|
inline |
Definition at line 72 of file qminimalflatset_p.h.
|
inline |
Definition at line 79 of file qminimalflatset_p.h.
|
inline |
Definition at line 116 of file qminimalflatset_p.h.
|
inline |
Definition at line 84 of file qminimalflatset_p.h.
|
inline |
Definition at line 76 of file qminimalflatset_p.h.
|
inline |
Definition at line 77 of file qminimalflatset_p.h.
|
inline |
Definition at line 70 of file qminimalflatset_p.h.
|
inline |
Definition at line 107 of file qminimalflatset_p.h.
|
inline |
Definition at line 97 of file qminimalflatset_p.h.
|
inline |
Definition at line 87 of file qminimalflatset_p.h.
|
inline |
Definition at line 85 of file qminimalflatset_p.h.
|
inline |
Definition at line 66 of file qminimalflatset_p.h.
|
inline |
Definition at line 74 of file qminimalflatset_p.h.
|
inline |
Definition at line 114 of file qminimalflatset_p.h.
|
inline |
Definition at line 75 of file qminimalflatset_p.h.
|
inline |
Definition at line 83 of file qminimalflatset_p.h.
|
inline |
Definition at line 67 of file qminimalflatset_p.h.
|
inline |
Definition at line 122 of file qminimalflatset_p.h.
|
inline |
Definition at line 121 of file qminimalflatset_p.h.