Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
node_ordering_t Class Reference

Node ordering in a graph. More...

#include <graph.hpp>

Public Member Functions

void idaapi clear (void)
 
void idaapi resize (int n)
 
size_t idaapi size (void) const
 
void idaapi set (int _node, int num)
 
bool idaapi clr (int _node)
 
int idaapi node (size_t _order) const
 
int idaapi order (int _node)
 

Detailed Description

Node ordering in a graph.

Maps a node number to a number describing its order in the graph (and vice versa).


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