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
ctree_anchor_t Struct Reference

Invisible COLOR_ADDR tags in the output text are used to refer to ctree items and variables. More...

#include <hexrays.hpp>

Public Member Functions

int get_index () const
 
item_preciser_t get_itp () const
 
bool is_valid_anchor () const
 
bool is_citem_anchor () const
 
bool is_lvar_anchor () const
 
bool is_itp_anchor () const
 
bool is_blkcmt_anchor () const
 

Public Attributes

uval_t value = BADADDR
 

Detailed Description

Invisible COLOR_ADDR tags in the output text are used to refer to ctree items and variables.

Definition at line 6636 of file hexrays.hpp.

Member Function Documentation

◆ get_index()

int ctree_anchor_t::get_index ( ) const

Definition at line 6645 of file hexrays.hpp.

◆ get_itp()

item_preciser_t ctree_anchor_t::get_itp ( ) const

Definition at line 6646 of file hexrays.hpp.

◆ is_blkcmt_anchor()

bool ctree_anchor_t::is_blkcmt_anchor ( ) const

Definition at line 6651 of file hexrays.hpp.

◆ is_citem_anchor()

bool ctree_anchor_t::is_citem_anchor ( ) const

Definition at line 6648 of file hexrays.hpp.

◆ is_itp_anchor()

bool ctree_anchor_t::is_itp_anchor ( ) const

Definition at line 6650 of file hexrays.hpp.

◆ is_lvar_anchor()

bool ctree_anchor_t::is_lvar_anchor ( ) const

Definition at line 6649 of file hexrays.hpp.

◆ is_valid_anchor()

bool ctree_anchor_t::is_valid_anchor ( ) const

Definition at line 6647 of file hexrays.hpp.

Member Data Documentation

◆ value

uval_t ctree_anchor_t::value = BADADDR

Definition at line 6638 of file hexrays.hpp.