ccase_t Struct Reference

Switch case. Usually cinsn_t is a block. More...

Inheritance diagram for ccase_t:
cinsn_t citem_t

List of all members.

Public Member Functions

 DECLARE_COMPARISONS (ccase_t)
void print (const cinsn_t *parent, int indent, vc_printer_t &vp) const
bool set_insn (const cinsn_t *i)
size_t size (void) const
const uint64 & value (int i) const

Public Attributes

qvector< uint64 > values
 List of case values.

Detailed Description

Switch case. Usually cinsn_t is a block.

Definition at line 2069 of file hexrays.hpp.


Member Data Documentation

qvector<uint64> ccase_t::values

List of case values.

if empty, then 'default' case

Definition at line 2071 of file hexrays.hpp.