10 void *getOwner()
const {
return mpOwner; }
A set container. See cOwnerSetNd_c.
void add(cOwnerSetNd_c *nd, void *owner)
Adds a node to the set.
cOwnerSetMg_c()
Constructs a new set container.
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.
~cOwnerSetMg_c()
Destroys 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].