Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
|
Node先頭〜末尾までをサーチするイテレータ [詳解]
#include <LinkedList.hpp>
公開メンバ関数 | |
LinkedListIterator (LinkedListNode< T > *node) | |
コンストラクタ | |
APIENTRY | ~LinkedListIterator () |
デストラクタ | |
bool APIENTRY | operator!= (const LinkedListIterator< T > &comp) |
ノード末尾確認用オペレータ | |
T &APIENTRY | operator* () |
データアクセス用オペレータ | |
LinkedListIterator< T > &APIENTRY | operator++ () |
ノード移動用オペレータ | |
非公開メンバ関数 | |
LinkedListIterator ()=delete | |
非公開変数類 | |
LinkedListNode< T > * | _node |
Node先頭〜末尾までをサーチするイテレータ
LinkedList.hpp の 57 行目に定義があります。
|
inline |
コンストラクタ
LinkedList.hpp の 51 行目に定義があります。
|
inline |
|
privatedelete |
|
inline |
|
inline |
|
inline |
|
private |