Fcitx
|
Protected Member Functions | |
IntrusiveListBase (IntrusiveListBase &&other) noexcept | |
IntrusiveListBase & | operator= (IntrusiveListBase &&other) noexcept |
void | insertBetween (IntrusiveListNode *add, IntrusiveListNode *prev, IntrusiveListNode *next) noexcept |
void | append (IntrusiveListNode *add, IntrusiveListNode *pos) noexcept |
void | prepend (IntrusiveListNode *add, IntrusiveListNode *pos) noexcept |
void | remove (IntrusiveListNode *pos) noexcept |
void | removeAll () |
Protected Attributes | |
IntrusiveListNode | root_ |
std::size_t | size_ = 0 |
Friends | |
class | IntrusiveListNode |
Definition at line 42 of file intrusivelist.h.