MCPcopy Create free account
hub / github.com/ZDoom/Raze / SetNil

Method SetNil

source/common/utility/tarray.h:1414–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412 Node *Next;
1413 IPair Pair;
1414 void SetNil()
1415 {
1416 Next = (Node *)1;
1417 }
1418 bool IsNil() const
1419 {
1420 return Next == (Node *)1;

Callers 2

SetNodeVectorMethod · 0.80
DelKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected