|
IDA C++ SDK 9.2
|
#include <lumina.hpp>
Public Member Functions | |
| func_info_and_frequency_t (uint32 __frequency=0) | |
| void | swap (func_info_and_frequency_t &other) |
| void | serialize (bytevec_t *out, int version) const |
| bool | deserialize (const uchar **ptr, size_t len, int version) |
| Public Member Functions inherited from func_info_t | |
| func_info_t (const char *__name=nullptr, uint32 __size=0, const metadata_t &__metadata=metadata_t()) | |
| void | swap (func_info_t &other) |
| void | serialize (bytevec_t *out, int version) const |
| bool | deserialize (const uchar **ptr, size_t len, int version) |
Public Attributes | |
| uint32 | frequency |
| Public Attributes inherited from func_info_t | |
| qstring | name |
| uint32 | size |
| metadata_t | metadata |
|
inline |
|
inline |
| uint32 func_info_and_frequency_t::frequency |