IDAPython 8.4
Loading...
Searching...
No Matches
node_ordering_t Class Reference

Proxy of C++ node_ordering_t class.

Inheritance diagram for node_ordering_t:

Public Member Functions

"void" clear (self, *args)
 clear(self)
 
"void" resize (self, *args)
 resize(self, n)
 
"size_t" size (self, *args)
 size(self) -> size_t
 
"void" set (self, *args)
 set(self, _node, num)
 
"bool" clr (self, *args)
 clr(self, _node) -> bool
 
"int" node (self, *args)
 node(self, _order) -> int
 
"int" order (self, *args)
 order(self, _node) -> int
 
 __init__ (self, *args)
 init(self) -> node_ordering_t
 

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,
* args )

Member Function Documentation

◆ clear()

"void" clear ( self,
* args )

◆ clr()

"bool" clr ( self,
* args )
Parameters
_nodeint

◆ node()

"int" node ( self,
* args )
Parameters
_ordersize_t

◆ order()

"int" order ( self,
* args )
Parameters
_nodeint

◆ resize()

"void" resize ( self,
* args )
Parameters
nint

◆ set()

"void" set ( self,
* args )
Parameters
_nodeint
numint

◆ size()

"size_t" size ( self,
* args )

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: