IDA SDK
edm_t Struct Reference

Detailed Description

This structure describes an enum value.

Public Attributes

qstring name
 
qstring cmt
 
uint64 value
 

Public Member Functions

 edm_t (const char *_name, uint64 _value, const char *_cmt=nullptr)
 Create an enumeration value with the specified name and value. More...
 
bool empty () const
 
bool operator== (const edm_t &r) const
 
bool operator!= (const edm_t &r) const
 
void swap (edm_t &r)
 
tid_t get_tid () const
 

Constructor & Destructor Documentation

◆ edm_t()

edm_t::edm_t ( const char *  _name,
uint64  _value,
const char *  _cmt = nullptr 
)
inline

Create an enumeration value with the specified name and value.

Parameters
_nameEnumerator name. Must not be empty.
_valueEnumerator value
_cmtEnumerator repeatable comment. May be empty.

The documentation for this struct was generated from the following file: