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
chain_visitor_t Struct Referenceabstract

Chain visitor class. More...

#include <hexrays.hpp>

Public Member Functions

virtual int visit_chain (int nblock, chain_t &ch)=0
 

Public Attributes

block_chains_tparent = nullptr
 parent of the current chain More...
 

Detailed Description

Chain visitor class.

Definition at line 3419 of file hexrays.hpp.

Member Data Documentation

◆ parent

block_chains_t* chain_visitor_t::parent = nullptr

parent of the current chain

Definition at line 3421 of file hexrays.hpp.