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) | |
bool | operator!= (const iterator &other) const |
bool | operator== (const iterator &other) const |
std::pair< const A, B > * | operator-> () const |
iterator & | operator++ () |
Public Attributes | |
Node * | m_curr |
|
inline |
|
inline |
Definition at line 878 of file ttktree.h.
References TTKSplayTree< _Key, _Value >::iterator< A, B >::m_curr.
|
inline |
Definition at line 882 of file ttktree.h.
References TTKSplayTree< _Key, _Value >::Node::m_left, TTKSplayTree< _Key, _Value >::Node::m_parent, and TTKSplayTree< _Key, _Value >::Node::m_right.
|
inline |
Definition at line 880 of file ttktree.h.
References TTKSplayTree< _Key, _Value >::Node::m_key.
|
inline |
Definition at line 879 of file ttktree.h.
References TTKSplayTree< _Key, _Value >::iterator< A, B >::m_curr.
Node* TTKSplayTree< _Key, _Value >::iterator< A, B >::m_curr |
Definition at line 876 of file ttktree.h.
Referenced by TTKSplayTree< _Key, _Value >::iterator< A, B >::operator!=(), and TTKSplayTree< _Key, _Value >::iterator< A, B >::operator==().