迭代器所有成员列表
这是 QLinkedList::iterator 的完整成员列表,包括继承的成员。
- 迭代器()
- operator!=(const QLinkedList::iterator &) const : bool 
- operator!=(const QLinkedList::const_iterator &) const : bool 
- operator*() const : T &
- operator+(int) const : QLinkedList::iterator 
- operator++() : QLinkedList::iterator & 
- operator++(int) : QLinkedList::iterator 
- operator+=(int) : QLinkedList::iterator & 
- operator-(int) const : QLinkedList::iterator 
- operator--() : QLinkedList::iterator & 
- operator--(int) : QLinkedList::iterator 
- operator-=(int) : QLinkedList::iterator & 
- operator->() const : T *
- operator==(const QLinkedList::iterator &) const : bool 
- operator==(const QLinkedList::const_iterator &) const : bool 
© 2024 Qt 公司有限公司。此处包含的文档贡献是各自所有者的版权。此处提供的文档是根据自由软件基金会发布的 GNU 自由文档许可证1.3版本 的条款许可的。Qt 和相应的徽标是芬兰 Qt 公司以及/或其他国家/地区的商标。所有其他商标均为各自所有者的财产。