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_t * | parent |
parent of the current chain More... | |
Detailed Description
Chain visitor class.
Definition at line 3413 of file hexrays.hpp.
Constructor & Destructor Documentation
◆ chain_visitor_t()
chain_visitor_t::chain_visitor_t | ( | void | ) |
Definition at line 3416 of file hexrays.hpp.
Member Data Documentation
◆ parent
block_chains_t* chain_visitor_t::parent |
parent of the current chain
Definition at line 3415 of file hexrays.hpp.