Public Member Functions | |
SwitchCase (const vector_uchar &value, SwitchFields *fields) | |
bool | do_check_match_switch_case (const SwitchCase *other) const |
Returns true if this case matches the indicated case, false otherwise. More... | |
Public Attributes | |
SwitchFields * | _fields |
vector_uchar | _value |
Definition at line 99 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 725 of file dcSwitch.cxx.