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 location. Used to denote comment locations. More...

#include <hexrays.hpp>

Public Member Functions

bool operator< (const treeloc_t &r) const
 
bool operator== (const treeloc_t &r) const
 

Public Attributes

ea_t ea
 
item_preciser_t itp
 

Detailed Description

Ctree location. Used to denote comment locations.

Examples
hexrays_sample4.cpp.

Definition at line 5986 of file hexrays.hpp.

Member Function Documentation

◆ operator<()

bool treeloc_t::operator< ( const treeloc_t r) const

Definition at line 5990 of file hexrays.hpp.

◆ operator==()

bool treeloc_t::operator== ( const treeloc_t r) const

Definition at line 5995 of file hexrays.hpp.

Member Data Documentation

◆ ea

ea_t treeloc_t::ea
Examples
hexrays_sample3.cpp, and hexrays_sample4.cpp.

Definition at line 5988 of file hexrays.hpp.

◆ itp

item_preciser_t treeloc_t::itp
Examples
hexrays_sample3.cpp, and hexrays_sample4.cpp.

Definition at line 5989 of file hexrays.hpp.