Public Member Functions | |
debugprint (std::string n) | |
void | operator() (char const *a, char const *b) const |
void | operator() (char const *a) const |
void | operator() (const double &a) const |
Public Attributes | |
std::string | name |
Definition at line 66 of file CreateRules.cc.
debugprint::debugprint | ( | std::string | n | ) | [inline] |
void debugprint::operator() | ( | char const * | a, | |
char const * | b | |||
) | const [inline] |
Definition at line 69 of file CreateRules.cc.
00069 { 00070 string s(a,b); 00071 //cout << " debugprint name=" << name << " matched " << s << std::endl; 00072 }
void debugprint::operator() | ( | char const * | a | ) | const [inline] |
void debugprint::operator() | ( | const double & | a | ) | const [inline] |
Definition at line 76 of file CreateRules.cc.
00076 { 00077 //cout << " debugprint name=" << name << " matched double " << a << std::endl; 00078 }
std::string debugprint::name |
Definition at line 67 of file CreateRules.cc.