MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Pop

Method Pop

engine/Poseidon/UI/Controls/UIControlsExt.cpp:1101–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099 void Push(HTMLStackItem item) { Add(item); }
1100 void Push(HTMLContext c, HTMLAlign a, HTMLFormat f) { Add(HTMLStackItem(c, a, f)); }
1101 HTMLStackItem Pop()
1102 {
1103 int n = Size() - 1;
1104 HTMLStackItem item = Get(n);
1105 Delete(n);
1106 return item;
1107 }
1108 // HTMLFormat GetFormat();
1109};
1110

Callers 1

LoadBufferMethod · 0.80

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected