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

Proxy of C++ line_section_t class.

Inheritance diagram for line_section_t:
tagged_line_section_t

Public Member Functions

"bool" contains (self, "cpidx_t" x)
 contains(self, x) -> bool
 
"bool" is_open (self)
 is_open(self) -> bool
 
"bool" is_closed (self)
 is_closed(self) -> bool
 
"bool" valid (self)
 valid(self) -> bool
 
 __init__ (self)
 init(self) -> line_section_t
 

Static Public Attributes

str start = property(_ida_kernwin.line_section_t_start_get, _ida_kernwin.line_section_t_start_set, doc=)
 
str length = property(_ida_kernwin.line_section_t_length_get, _ida_kernwin.line_section_t_length_set, doc=)
 

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)

Reimplemented in tagged_line_section_t.

Member Function Documentation

◆ contains()

"bool" contains ( self,
"cpidx_t" x )
Parameters
xcpidx_t

◆ is_closed()

"bool" is_closed ( self)

◆ is_open()

"bool" is_open ( self)

◆ valid()

"bool" valid ( self)

Reimplemented in tagged_line_section_t.

Member Data Documentation

◆ length

str length = property(_ida_kernwin.line_section_t_length_get, _ida_kernwin.line_section_t_length_set, doc=)
static

◆ start

str start = property(_ida_kernwin.line_section_t_start_get, _ida_kernwin.line_section_t_start_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: