IDA SDK
|
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 |
|
inline |
Create an enumeration value with the specified name and value.
_name | Enumerator name. Must not be empty. |
_value | Enumerator value |
_cmt | Enumerator repeatable comment. May be empty. |