Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions | Public Attributes
DCSwitch::SwitchCase Class Reference

List of all members.

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

Detailed Description

Definition at line 102 of file dcSwitch.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations