Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

Switch statement. More...

#include <hexrays.hpp>

Inheritance diagram for cswitch_t:
ceinsn_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...
 
- Public Attributes inherited from ceinsn_t
cexpr_t expr
 Expression of the statement. More...
 

Detailed Description

Switch statement.

Definition at line 6627 of file hexrays.hpp.

Member Data Documentation

◆ cases

ccases_t cswitch_t::cases

Switch cases: values and instructions.

Definition at line 6630 of file hexrays.hpp.

◆ mvnf

cnumber_t cswitch_t::mvnf

Maximal switch value and number format.

Definition at line 6629 of file hexrays.hpp.