| 266 | |
| 267 | public: |
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected