6 if (
this ==
nullptr || nd ==
nullptr || owner ==
nullptr) {
18 while (curr->
mpNext !=
nullptr) {
35 if (
this ==
nullptr || nd ==
nullptr || owner ==
nullptr) {
40 if (nd !=
nullptr && nd->
mpOwner == owner) {
49 while (curr->
mpNext != nd) {
65 if (
this ==
nullptr) {
71 while (curr !=
nullptr) {
void add(cOwnerSetNd_c *nd, void *owner)
Adds a node to the set.
void clear()
Clears out the set and unlinks all child nodes.
void remove(cOwnerSetNd_c *nd, void *owner)
Removes a node from the set.
cOwnerSetNd_c * mpRoot
The first element of the set.
A set node with a pointer to the owning container. See cOwnerSetMg_c.
void * mpOwner
The set that contains this node.
cOwnerSetNd_c * mpNext
The next node in the set.
void UNK_80161880()
[Looks like a badly stripped assert].