search for: collectorprint

Displaying 1 result from an estimated 1 matches for "collectorprint".

Did you mean: collectorprinter
2007 Aug 31
3
[LLVMdev] PATCH: Registry template
...static iterator begin() { return iterator(Head); } + static iterator end() { return iterator(0); } + + + /// Abstract base class for registry listeners, which are informed when new + /// entries are added to the registry. Simply subclass and instantiate: + /// + /// class CollectorPrinter : public Registry<TargetCollector>::listener { + /// protected: + /// void registered(const Registry<TargetCollector>::entry &e) { + /// cerr << "collector now available: " << e->getName() << "\n"; + /// }...