|
| | ListHashSet ()=default |
| |
| | ListHashSet (const ListHashSet &) |
| |
| | ListHashSet (ListHashSet &&) |
| |
| ListHashSet & | operator= (const ListHashSet &) |
| |
| ListHashSet & | operator= (ListHashSet &&) |
| |
| | ~ListHashSet () |
| |
| void | swap (ListHashSet &) |
| |
| unsigned | size () const |
| |
| unsigned | capacity () const |
| |
| bool | isEmpty () const |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| reverse_iterator | rbegin () |
| |
| reverse_iterator | rend () |
| |
| const_reverse_iterator | rbegin () const |
| |
| const_reverse_iterator | rend () const |
| |
| ValueType & | first () |
| |
| const ValueType & | first () const |
| |
| void | removeFirst () |
| |
| ValueType | takeFirst () |
| |
| ValueType & | last () |
| |
| const ValueType & | last () const |
| |
| void | removeLast () |
| |
| ValueType | takeLast () |
| |
| iterator | find (const ValueType &) |
| |
| const_iterator | find (const ValueType &) const |
| |
| bool | contains (const ValueType &) const |
| |
| template<typename T , typename HashTranslator > |
| iterator | find (const T &) |
| |
| template<typename T , typename HashTranslator > |
| const_iterator | find (const T &) const |
| |
| template<typename T , typename HashTranslator > |
| bool | contains (const T &) const |
| |
| AddResult | add (const ValueType &) |
| |
| AddResult | add (ValueType &&) |
| |
| AddResult | appendOrMoveToLast (const ValueType &) |
| |
| AddResult | appendOrMoveToLast (ValueType &&) |
| |
| AddResult | prependOrMoveToFirst (const ValueType &) |
| |
| AddResult | prependOrMoveToFirst (ValueType &&) |
| |
| AddResult | insertBefore (const ValueType &beforeValue, const ValueType &newValue) |
| |
| AddResult | insertBefore (const ValueType &beforeValue, ValueType &&newValue) |
| |
| AddResult | insertBefore (iterator, const ValueType &) |
| |
| AddResult | insertBefore (iterator, ValueType &&) |
| |
| bool | remove (const ValueType &) |
| |
| bool | remove (iterator) |
| |
| void | clear () |
| |
| | ListHashSet ()=default |
| |
| | ListHashSet (const ListHashSet &) |
| |
| | ListHashSet (ListHashSet &&) |
| |
| ListHashSet & | operator= (const ListHashSet &) |
| |
| ListHashSet & | operator= (ListHashSet &&) |
| |
| | ~ListHashSet () |
| |
| void | swap (ListHashSet &) |
| |
| unsigned | size () const |
| |
| unsigned | capacity () const |
| |
| bool | isEmpty () const |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| reverse_iterator | rbegin () |
| |
| reverse_iterator | rend () |
| |
| const_reverse_iterator | rbegin () const |
| |
| const_reverse_iterator | rend () const |
| |
| ValueType & | first () |
| |
| const ValueType & | first () const |
| |
| void | removeFirst () |
| |
| ValueType | takeFirst () |
| |
| ValueType & | last () |
| |
| const ValueType & | last () const |
| |
| void | removeLast () |
| |
| ValueType | takeLast () |
| |
| iterator | find (const ValueType &) |
| |
| const_iterator | find (const ValueType &) const |
| |
| bool | contains (const ValueType &) const |
| |
| template<typename T , typename HashTranslator > |
| iterator | find (const T &) |
| |
| template<typename T , typename HashTranslator > |
| const_iterator | find (const T &) const |
| |
| template<typename T , typename HashTranslator > |
| bool | contains (const T &) const |
| |
| AddResult | add (const ValueType &) |
| |
| AddResult | add (ValueType &&) |
| |
| AddResult | appendOrMoveToLast (const ValueType &) |
| |
| AddResult | appendOrMoveToLast (ValueType &&) |
| |
| AddResult | prependOrMoveToFirst (const ValueType &) |
| |
| AddResult | prependOrMoveToFirst (ValueType &&) |
| |
| AddResult | insertBefore (const ValueType &beforeValue, const ValueType &newValue) |
| |
| AddResult | insertBefore (const ValueType &beforeValue, ValueType &&newValue) |
| |
| AddResult | insertBefore (iterator, const ValueType &) |
| |
| AddResult | insertBefore (iterator, ValueType &&) |
| |
| bool | remove (const ValueType &) |
| |
| bool | remove (iterator) |
| |
| void | clear () |
| |
| | ListHashSet ()=default |
| |
| | ListHashSet (const ListHashSet &) |
| |
| | ListHashSet (ListHashSet &&) |
| |
| ListHashSet & | operator= (const ListHashSet &) |
| |
| ListHashSet & | operator= (ListHashSet &&) |
| |
| | ~ListHashSet () |
| |
| void | swap (ListHashSet &) |
| |
| unsigned | size () const |
| |
| unsigned | capacity () const |
| |
| bool | isEmpty () const |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| reverse_iterator | rbegin () |
| |
| reverse_iterator | rend () |
| |
| const_reverse_iterator | rbegin () const |
| |
| const_reverse_iterator | rend () const |
| |
| ValueType & | first () |
| |
| const ValueType & | first () const |
| |
| void | removeFirst () |
| |
| ValueType | takeFirst () |
| |
| ValueType & | last () |
| |
| const ValueType & | last () const |
| |
| void | removeLast () |
| |
| ValueType | takeLast () |
| |
| iterator | find (const ValueType &) |
| |
| const_iterator | find (const ValueType &) const |
| |
| bool | contains (const ValueType &) const |
| |
| template<typename T , typename HashTranslator > |
| iterator | find (const T &) |
| |
| template<typename T , typename HashTranslator > |
| const_iterator | find (const T &) const |
| |
| template<typename T , typename HashTranslator > |
| bool | contains (const T &) const |
| |
| AddResult | add (const ValueType &) |
| |
| AddResult | add (ValueType &&) |
| |
| AddResult | appendOrMoveToLast (const ValueType &) |
| |
| AddResult | appendOrMoveToLast (ValueType &&) |
| |
| AddResult | prependOrMoveToFirst (const ValueType &) |
| |
| AddResult | prependOrMoveToFirst (ValueType &&) |
| |
| AddResult | insertBefore (const ValueType &beforeValue, const ValueType &newValue) |
| |
| AddResult | insertBefore (const ValueType &beforeValue, ValueType &&newValue) |
| |
| AddResult | insertBefore (iterator, const ValueType &) |
| |
| AddResult | insertBefore (iterator, ValueType &&) |
| |
| bool | remove (const ValueType &) |
| |
| bool | remove (iterator) |
| |
| void | clear () |
| |
| template<typename T , typename HashTranslator > |
| auto | find (const T &value) -> iterator |
| |
| template<typename T , typename HashTranslator > |
| auto | find (const T &value) const -> const_iterator |
| |