Class ModuleListRunner

Inheritance Relationships

Base Type

Class Documentation

class ModuleListRunner : public Module

Run the provided ModuleList when process is called.

Public Functions

ModuleListRunner(ModuleList *mlist)
virtual void process(Candidate *candidate) const

call run of wrapped ModuleList

virtual std::string getDescription() const
void setDescription(const std::string &description)
inline void process(ref_ptr<Candidate> candidate) const
inline size_t addReference() const
inline size_t removeReference() const
inline int removeReferenceNoDelete() const
inline size_t getReferenceCount() const

Protected Attributes

mutable size_t _referenceCount