Panda3D
|
Public Member Functions | |
SwitchCase (const std::vector< unsigned char > &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 |
std::vector< unsigned char > | _value |
Definition at line 99 of file dcSwitch.h.
DCSwitch::SwitchCase::SwitchCase | ( | const std::vector< unsigned char > & | value, |
DCSwitch::SwitchFields * | fields ) |
Definition at line 705 of file dcSwitch.cxx.
DCSwitch::SwitchCase::~SwitchCase | ( | ) |
Definition at line 715 of file dcSwitch.cxx.
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 724 of file dcSwitch.cxx.
Referenced by DCSwitch::do_check_match_switch().
SwitchFields* DCSwitch::SwitchCase::_fields |
Definition at line 108 of file dcSwitch.h.
std::vector<unsigned char> DCSwitch::SwitchCase::_value |
Definition at line 107 of file dcSwitch.h.