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
bits for get_...name() methods

Enumerations

enum  { DTN_FULL_NAME = 0x00 , DTN_DISPLAY_NAME = 0x01 }
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DTN_FULL_NAME 

use long form of the entry name.

That name is unique.

DTN_DISPLAY_NAME 

use short, displayable form of the entry name.

for example, 'std::string' instead of 'std::basic_string<char, ...>'. Note that more than one "full name" can have the same displayable name.