IDAPython 9.0
Loading...
Searching...
No Matches
line_section_t Class Reference
Inheritance diagram for line_section_t:
tagged_line_section_t

Public Member Functions

bool contains (self, 'cpidx_t' x)
 
bool is_open (self)
 
bool is_closed (self)
 
bool valid (self)
 
bool __eq__ (self, 'line_section_t' r)
 
bool __ne__ (self, 'line_section_t' r)
 
 __init__ (self)
 

Static Public Attributes

str start
 
str length
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Reimplemented in tagged_line_section_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'line_section_t' r )

Reimplemented in tagged_line_section_t.

◆ __ne__()

bool __ne__ ( self,
'line_section_t' r )

Reimplemented in tagged_line_section_t.

◆ contains()

bool contains ( self,
'cpidx_t' x )

◆ 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
static
Initial value:
= property(_ida_kernwin.line_section_t_length_get,
_ida_kernwin.line_section_t_length_set)

◆ start

str start
static
Initial value:
= property(_ida_kernwin.line_section_t_start_get,
_ida_kernwin.line_section_t_start_set)

Property Documentation

◆ thisown

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

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