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

Method AbstractIterator

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

Source from the content-addressed store, hash-verified

67
68 public:
69 AbstractIterator() { refcount = 1; }
70
71 void ref () { refcount++; }
72 void unref () { refcount--; if (refcount == 0) delete this; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected