Public Member Functions | |
SwitchCase (const string &value, SwitchFields *fields) | |
bool | do_check_match_switch_case (const SwitchCase *other) const |
Returns true if this case matches the indicated case, false otherwise. | |
Public Attributes | |
SwitchFields * | _fields |
string | _value |
Definition at line 102 of file dcSwitch.h.
bool DCSwitch::SwitchCase::do_check_match_switch_case | ( | const SwitchCase * | other | ) | const |
Returns true if this case matches the indicated case, false otherwise.
This is only intended to be called internally from DCSwitch::do_check_match_switch().
Definition at line 827 of file dcSwitch.cxx.
Referenced by DCSwitch::do_check_match_switch().