Public Member Functions | |
my_do_operator (ParserStore &rp) | |
void | operator() (char const *a, char const *b) const |
Public Attributes | |
ParserStore & | m_store |
Definition at line 138 of file CreateRules.cc.
my_do_operator::my_do_operator | ( | ParserStore & | rp | ) | [inline] |
void my_do_operator::operator() | ( | char const * | a, | |
char const * | b | |||
) | const [inline] |
Definition at line 141 of file CreateRules.cc.
00141 { 00142 std::string s(a,b); 00143 //cout << "Stacking operator " << s << std::endl; 00144 m_store.mStackOperators.push(s); 00145 }
ParserStore& mySemantic::m_store [inherited] |
Definition at line 82 of file CreateRules.cc.