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 item comment. More...

#include <hexrays.hpp>

Inheritance diagram for citem_cmt_t:

Public Member Functions

 citem_cmt_t (const char *s)
 

Public Attributes

bool used = false
 the comment has been retrieved? More...
 

Detailed Description

Ctree item comment.

For each comment we remember its body and the fact of its retrieval

Examples
hexrays_sample4.cpp.

Definition at line 6016 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ citem_cmt_t() [1/2]

citem_cmt_t::citem_cmt_t ( )

Definition at line 6019 of file hexrays.hpp.

◆ citem_cmt_t() [2/2]

citem_cmt_t::citem_cmt_t ( const char *  s)

Definition at line 6020 of file hexrays.hpp.

Member Data Documentation

◆ used

bool citem_cmt_t::used = false
mutable

the comment has been retrieved?

Definition at line 6018 of file hexrays.hpp.