TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <ttktree.h>
Public Member Functions | |
iterator (Node *ptr=nullptr, Node *n=nullptr) noexcept | |
bool | operator!= (const iterator &other) const noexcept |
bool | operator== (const iterator &other) const noexcept |
std::pair< const key_type, value_type > * | operator-> () const noexcept |
std::pair< const key_type, value_type > & | operator* () const noexcept |
iterator & | operator++ () noexcept |
iterator | operator++ (int) noexcept |
Public Attributes | |
const Node * | nil |
Node * | curr |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 393 of file ttktree.h.
References TTKRedBlackTree< _Key, _Value >::Node::m_key.
|
inlinenoexcept |
Definition at line 395 of file ttktree.h.
References TTKRedBlackTree< _Key, _Value >::Node::m_left, TTKRedBlackTree< _Key, _Value >::Node::m_parent, and TTKRedBlackTree< _Key, _Value >::Node::m_right.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 392 of file ttktree.h.
References TTKRedBlackTree< _Key, _Value >::Node::m_key.
|
inlinenoexcept |
|
mutable |
const Node* TTKRedBlackTree< _Key, _Value >::iterator::nil |