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

Method StackingProcessingContext

dw/types.hh:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267public:
268 inline StackingProcessingContext () {
269 widgetsProcessedAsInterruption =
270 new lout::container::typed::HashSet<lout::object::
271 TypedPointer<Widget> > (true);
272 }
273
274 inline ~StackingProcessingContext ()
275 { delete widgetsProcessedAsInterruption; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected