cswitch_t Struct Reference
Switch statement. More...
#include <hexrays.hpp>
Inheritance diagram for cswitch_t:

Public Member Functions | |
DECLARE_COMPARISONS (cswitch_t) | |
Public Attributes | |
cnumber_t | mvnf |
Maximal switch value and number format. More... | |
ccases_t | cases |
Switch cases: values and instructions. More... | |
![]() | |
cexpr_t | expr |
Expression of the statement. More... | |
Detailed Description
Switch statement.
Definition at line 6626 of file hexrays.hpp.
Member Data Documentation
◆ cases
ccases_t cswitch_t::cases |
Switch cases: values and instructions.
Definition at line 6629 of file hexrays.hpp.
◆ mvnf
cnumber_t cswitch_t::mvnf |
Maximal switch value and number format.
Definition at line 6628 of file hexrays.hpp.