IDA C++ SDK 9.2
|
This structure describes an enum value. More...
#include <typeinf.hpp>
Public Member Functions | |
edm_t ()=default | |
edm_t (const char *_name, uint64 _value, const char *_cmt=nullptr) | |
Create an enumeration value with the specified name and value. | |
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 |
Public Attributes | |
qstring | name |
qstring | cmt |
uint64 | value |
This structure describes an enum value.
|
default |
|
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. |
|
inline |
qstring edm_t::name |
qstring edm_t::cmt |
uint64 edm_t::value |