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

Method Stack

lout/container.cc:721–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719// -----------
720
721Stack::Stack (bool ownerOfObjects)
722{
723 this->ownerOfObjects = ownerOfObjects;
724 bottom = top = NULL;
725 numElements = 0;
726}
727
728Stack::~Stack()
729{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected