Public Member Functions | |
| my_do_any (ParserStore &rp) | |
| void | operator() (char const *, char const *) const |
Public Attributes | |
| ParserStore & | m_store |
Definition at line 299 of file CreateRules.cc.
| my_do_any::my_do_any | ( | ParserStore & | rp | ) | [inline] |
| void my_do_any::operator() | ( | char const * | , | |
| char const * | ||||
| ) | const [inline] |
Definition at line 302 of file CreateRules.cc.
00302 { 00303 //cout << "STACK any-rule " << std::endl; 00304 00305 m_store.mStackRules.push(new AnyRule); 00306 }
ParserStore& mySemantic::m_store [inherited] |
Definition at line 82 of file CreateRules.cc.
1.4.7