IDA C++ SDK 9.2
Loading...
Searching...
No Matches
node_iterator Class Reference

Node iterator (used to draw graphs) More...

#include <gdl.hpp>

Public Member Functions

 node_iterator (const gdl_graph_t *_g, int n)
node_iteratoroperator++ (void)
bool operator== (const node_iterator &n) const
bool operator!= (const node_iterator &n) const
int operator* (void) const

Detailed Description

Node iterator (used to draw graphs)

Constructor & Destructor Documentation

◆ node_iterator()

node_iterator::node_iterator ( const gdl_graph_t * _g,
int n )
inline

Member Function Documentation

◆ operator++()

node_iterator & node_iterator::operator++ ( void )
inline

◆ operator==()

bool node_iterator::operator== ( const node_iterator & n) const
inline

◆ operator!=()

bool node_iterator::operator!= ( const node_iterator & n) const
inline

◆ operator*()

int node_iterator::operator* ( void ) const
inline

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