12#ifndef R__VARIABLESELECTIONRULE_H
13#define R__VARIABLESELECTIONRULE_H
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;
VariableSelectionRule EnumSelectionRule
VariableSelectionRule FunctionSelectionRule
VariableSelectionRule(ESelect sel)
void Print(std::ostream &out) const
VariableSelectionRule(long index, ESelect sel, std::string attributeName, std::string attributeValue, cling::Interpreter &interp, const char *selFileName="", long lineno=1)
VariableSelectionRule(long index, cling::Interpreter &interp, const char *selFileName="", long lineno=-1)