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

Method PairBase

lout/object.cc:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307// ------------
308
309PairBase::PairBase(Object *first, Object *second)
310{
311 this->first = first;
312 this->second = second;
313}
314
315PairBase::~PairBase()
316{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected