IDA SDK
Public Member Functions | List of all members
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: