const_iterator的所有成员列表
以下是QLinkedList::const_iterator的完整成员列表,包括继承的成员。
- const_iterator()
- const_iterator(QLinkedList< T >::iterator)
- operator!=(const QLinkedList< T >::const_iterator &) const : bool
- operator*() const : const T &
- operator+(int) const : QLinkedList< T >::const_iterator
- operator++() : QLinkedList< T >::const_iterator &
- operator++(int) : QLinkedList< T >::const_iterator
- operator+=(int) : QLinkedList< T >::const_iterator &
- operator-(int) const : QLinkedList< T >::const_iterator
- operator--() : QLinkedList< T >::const_iterator &
- operator--(int) : QLinkedList< T >::const_iterator
- operator-=(int) : QLinkedList< T >::const_iterator &
- operator->() const : const T *
- operator==(const QLinkedList< T >::const_iterator &) const : bool
© 2024 The Qt Company Ltd. 本文件中包含的文档贡献是各自所有者的版权。本文件提供的文档是根据由自由软件基金会发布的GNU自由文档许可版本1.3条款许可的。Qt及其相关标志是芬兰及其它国家的独家商标。所有其他商标均为各自所有者的财产。