#include <MatchSet.h>

Public Types | |
| enum | { NoMatch = -1 } |
Public Member Functions | |
| MatchSet () | |
| virtual | ~MatchSet () |
Static Public Member Functions | |
| static bool | matchp (int i) |
| Return true if i is not the "NoMatch" value. | |
Definition at line 26 of file MatchSet.h.
| anonymous enum |
Definition at line 29 of file MatchSet.h.
| MatchSet::MatchSet | ( | ) | [inline] |
Definition at line 34 of file MatchSet.h.
| virtual MatchSet::~MatchSet | ( | ) | [inline, virtual] |
Definition at line 35 of file MatchSet.h.
| static bool MatchSet::matchp | ( | int | i | ) | [inline, static] |
Return true if i is not the "NoMatch" value.
Definition at line 32 of file MatchSet.h.
1.7.5.1