|
IDA C++ SDK 9.2
|
#include <lumina.hpp>
Public Member Functions | |
| func_info_and_pattern_t (const pattern_id_t &__pattern_id=pattern_id_t()) | |
| void | swap (func_info_and_pattern_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 | |
| pattern_id_t | pattern_id |
| Public Attributes inherited from func_info_t | |
| qstring | name |
| uint32 | size |
| metadata_t | metadata |
|
inline |
|
inline |
| pattern_id_t func_info_and_pattern_t::pattern_id |