Public Member Functions | |
Rule (int _r, Tree _id) | |
Rule (int _r, Tree _id, const Path &_p) | |
Rule (const Rule &rule) | |
Rule & | operator= (const Rule &rule) |
bool | operator== (const Rule &rule) const |
bool | operator< (const Rule &rule) const |
Public Attributes | |
int | r |
Tree | id |
Path | p |
Definition at line 75 of file patternmatcher.cpp.
Rule::Rule | ( | int | _r, | |
Tree | _id | |||
) | [inline] |
Definition at line 81 of file patternmatcher.cpp.
Rule::Rule | ( | const Rule & | rule | ) | [inline] |
bool Rule::operator< | ( | const Rule & | rule | ) | const [inline] |
bool Rule::operator== | ( | const Rule & | rule | ) | const [inline] |
Definition at line 77 of file patternmatcher.cpp.
Referenced by operator=().
Definition at line 78 of file patternmatcher.cpp.
Referenced by operator=().
int Rule::r |
Definition at line 76 of file patternmatcher.cpp.
Referenced by operator<(), operator=(), and operator==().