Public Member Functions | |
my_do_string (ParserStore &rp) | |
void | operator() (char const *a, char const *b) const |
Public Attributes | |
ParserStore & | m_store |
Definition at line 94 of file CreateRules.cc.
my_do_string::my_do_string | ( | ParserStore & | rp | ) | [inline] |
void my_do_string::operator() | ( | char const * | a, | |
char const * | b | |||
) | const [inline] |
Definition at line 97 of file CreateRules.cc.
00097 { 00098 string s(a,b); 00099 m_store.mStackString.push(s); 00100 }
ParserStore& mySemantic::m_store [inherited] |
Definition at line 82 of file CreateRules.cc.