IDAPython 9.0
Loading...
Searching...
No Matches
mcases_t Class Reference

Proxy of C++ mcases_t class.

Inheritance diagram for mcases_t:

Public Member Functions

"void" swap (self, "mcases_t" r)
 swap(self, r)
 
"bool" __eq__ (self, "mcases_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "mcases_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "mcases_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "mcases_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "mcases_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "mcases_t" r)
 ge(self, r) -> bool
 
"int" compare (self, "mcases_t" r)
 compare(self, r) -> int
 
"bool" empty (self)
 empty(self) -> bool
 
"size_t" size (self)
 size(self) -> size_t
 
"void" resize (self, "int" s)
 resize(self, s)
 
"char const *" dstr (self)
 dstr(self) -> char const *
 
 __init__ (self)
 init(self) -> mcases_t
 

Static Public Attributes

str values = property(_ida_hexrays.mcases_t_values_get, _ida_hexrays.mcases_t_values_set, doc=)
 
str targets = property(_ida_hexrays.mcases_t_targets_get, _ida_hexrays.mcases_t_targets_set, doc=)
 

Protected Member Functions

"void" _print (self)
 _print(self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"mcases_t" r )
Parameters
rmcases_t const &

◆ __ge__()

"bool" __ge__ ( self,
"mcases_t" r )
Parameters
rmcases_t const &

◆ __gt__()

"bool" __gt__ ( self,
"mcases_t" r )
Parameters
rmcases_t const &

◆ __le__()

"bool" __le__ ( self,
"mcases_t" r )
Parameters
rmcases_t const &

◆ __lt__()

"bool" __lt__ ( self,
"mcases_t" r )
Parameters
rmcases_t const &

◆ __ne__()

"bool" __ne__ ( self,
"mcases_t" r )
Parameters
rmcases_t const &

◆ _print()

"void" _print ( self)
protected

◆ compare()

"int" compare ( self,
"mcases_t" r )
Parameters
rmcases_t const &

◆ dstr()

"char const *" dstr ( self)

◆ empty()

"bool" empty ( self)

◆ resize()

"void" resize ( self,
"int" s )
Parameters
sint

◆ size()

"size_t" size ( self)

◆ swap()

"void" swap ( self,
"mcases_t" r )
Parameters
rmcases_t &

Member Data Documentation

◆ targets

str targets = property(_ida_hexrays.mcases_t_targets_get, _ida_hexrays.mcases_t_targets_set, doc=)
static

◆ values

str values = property(_ida_hexrays.mcases_t_values_get, _ida_hexrays.mcases_t_values_set, doc=)
static

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: