|
ExtRemoteList class (engextcpp.hpp)
发布时间:2024-11-18 浏览次数:18 返回列表
|
ExtRemoteList::ExtRemoteList The ExtRemoteList(ExtRemoteData&,ULONG,bool) constructors create a new instance that wraps a singly-linked or doubly-linked list. |
ExtRemoteList::ExtRemoteList The ExtRemoteList(ULONG64,ULONG,bool) constructors create a new instance that wraps a singly-linked or doubly-linked list. |
ExtRemoteList::GetNodeOffset The GetNodeOffset method returns the address of the current list item. |
ExtRemoteList::HasNode The HasNode method determines if there is a current item in the list iteration. |
ExtRemoteList::Next The Next method changes the current item to the next item in the list. |
ExtRemoteList::Prev The Prev method changes the current item to the previous item in the list. |
ExtRemoteList::StartHead The StartHead method initializes the list for iterating forward starting at the head. |
ExtRemoteList::StartTail
|
|