Contents
#include <classfactory.h> class ClassFilter { public: // methods virtual bool matches (const ClassDesc& description) const = 0; };