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

Method Collection

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

Source from the content-addressed store, hash-verified

425
426public:
427 Collection () { this->base = NULL; }
428 ~Collection () { if (this->base) delete this->base; }
429
430 bool equals(Object *other)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected