IDA C++ SDK 9.2
Loading...
Searching...
No Matches
func_info_t Struct Reference

#include <lumina.hpp>

Inheritance diagram for func_info_t:
func_info_and_frequency_t func_info_and_pattern_t func_info_pattern_and_frequency_t pop_fun_t

Public Member Functions

 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

qstring name
uint32 size
metadata_t metadata

Constructor & Destructor Documentation

◆ func_info_t()

func_info_t::func_info_t ( const char * __name = nullptr,
uint32 __size = 0,
const metadata_t & __metadata = metadata_t() )
inline

Member Function Documentation

◆ swap()

void func_info_t::swap ( func_info_t & other)
inline

◆ serialize()

void func_info_t::serialize ( bytevec_t * out,
int version ) const

◆ deserialize()

bool func_info_t::deserialize ( const uchar ** ptr,
size_t len,
int version )

Member Data Documentation

◆ name

qstring func_info_t::name

◆ size

uint32 func_info_t::size

◆ metadata

metadata_t func_info_t::metadata

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