12 #ifndef R__VARIABLESELECTIONRULE_H
13 #define R__VARIABLESELECTIONRULE_H
25 class VariableSelectionRule final :
public BaseSelectionRule
28 VariableSelectionRule(ESelect sel) : BaseSelectionRule(sel) {}
29 VariableSelectionRule(
long index, cling::Interpreter &interp,
const char* selFileName =
"",
long lineno=-1) : BaseSelectionRule(index, interp, selFileName, lineno) {}
30 VariableSelectionRule(
long index, ESelect sel, std::string attributeName, std::string attributeValue, cling::Interpreter &interp,
const char* selFileName =
"",
long lineno=1)
31 : BaseSelectionRule(index, sel, attributeName, attributeValue, interp,selFileName, lineno){}
33 void Print(std::ostream &out)
const;
36 typedef VariableSelectionRule FunctionSelectionRule;
37 typedef VariableSelectionRule EnumSelectionRule;