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_set_t Class Reference

Set of graph nodes. More...

#include <gdl.hpp>

Inherits intset_t.

Public Member Functions

idaapi node_set_t (int node)
 
idaapi node_set_t (const gdl_graph_t *g)
 
bool idaapi add (int node)
 
void idaapi sub (int node)
 
void idaapi sub (const node_set_t &r)
 
void idaapi add (const node_set_t &r)
 
void idaapi intersect (const node_set_t &r)
 
void idaapi extract (intvec_t &out) const
 
int idaapi first (void) const
 
- Public Member Functions inherited from intset_t
size_t idaapi print (char *buf, size_t bufsize) const
 
const char *idaapi dstr (void) const
 
bool has (int value) const
 

Detailed Description

Set of graph nodes.


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