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

Method Stack

dw/iterator.hh:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 {
151 public:
152 inline Stack (): lout::container::typed::Vector<Iterator> (4, false) { }
153 ~Stack ();
154 inline Iterator *getTop () { return get (size () - 1); }
155 inline void push (Iterator *it) { put(it, -1); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected