MCPcopy Create free account
hub / github.com/dillo-browser/dillo / Stack

Method Stack

lout/container.hh:554–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552{
553public:
554 inline Stack (bool ownerOfObjects)
555 { this->base = new untyped::Stack (ownerOfObjects); }
556
557 inline void push (T *object) {
558 ((untyped::Stack*)this->base)->push (object); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected