Tenncor
|
Rule tree node that identify and selects matching candidates. More...
#include <ivoter.hpp>
Public Member Functions | |
virtual | ~iVoter (void)=default |
virtual void | emplace (VoterArgsT args, Symbol cand)=0 |
virtual CandsT | inspect (const CandArgsT &args) const =0 |
Return virtual node graph candidates given candidate arguments. More... | |
Rule tree node that identify and selects matching candidates.
|
virtualdefault |
|
pure virtual |
Match argument and node symbol against this node Store argument and symbol if it's a candidate
Implemented in opt::VariadicVoter, opt::CommVoter, and opt::OrdrVoter.
Return virtual node graph candidates given candidate arguments.
Implemented in opt::VariadicVoter, opt::CommVoter, and opt::OrdrVoter.