Public Member Functions | |
| my_do_none (ParserStore &rp) | |
| void | operator() (char const *, char const *) const |
Public Attributes | |
| ParserStore & | m_store |
Definition at line 309 of file CreateRules.cc.
| my_do_none::my_do_none | ( | ParserStore & | rp | ) | [inline] |
| void my_do_none::operator() | ( | char const * | , | |
| char const * | ||||
| ) | const [inline] |
Definition at line 312 of file CreateRules.cc.
00312 { 00313 // cout << "STACK none-rule " << std::endl; 00314 00315 m_store.mStackRules.push(new NoneRule); 00316 }
ParserStore& mySemantic::m_store [inherited] |
Definition at line 82 of file CreateRules.cc.
1.4.7