Public Member Functions | |
my_do_param (ParserStore &rp) | |
void | operator() (const ParameterDescription &d) const |
Public Attributes | |
ParserStore & | m_store |
Definition at line 124 of file CreateRules.cc.
my_do_param::my_do_param | ( | ParserStore & | rp | ) | [inline] |
void my_do_param::operator() | ( | const ParameterDescription & | d | ) | const [inline] |
Definition at line 132 of file CreateRules.cc.
00132 { 00133 //cout << "Stacking parameter " << d.name() << " " << d.id() << " " << d.type() << std::endl; 00134 m_store.mStackParam.push(d); 00135 }
ParserStore& mySemantic::m_store [inherited] |
Definition at line 82 of file CreateRules.cc.