ExtRemoteList class (engextcpp.hpp)
2024-11-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
I
II
III
IV
|