IDA C++ SDK 9.2
|
Register argument description. More...
#include <funcs.hpp>
Public Member Functions | |
regarg_t () | |
regarg_t (const regarg_t &r) | |
~regarg_t () | |
regarg_t & | operator= (const regarg_t &r) |
void | swap (regarg_t &r) |
DECLARE_COMPARISONS (regarg_t) |
Public Attributes | |
int | reg = 0 |
type_t * | type = nullptr |
char * | name = nullptr |
Register argument description.
regargs are destroyed when the full function type is determined.
|
inline |
|
inline |
|
inline |
regarg_t::DECLARE_COMPARISONS | ( | regarg_t | ) |
int regarg_t::reg = 0 |
type_t* regarg_t::type = nullptr |
char* regarg_t::name = nullptr |