IDA SDK
Public Member Functions | Public Attributes | List of all members
regarg_t Struct Reference

Register argument description. More...

#include <funcs.hpp>

Public Member Functions

 regarg_t (const regarg_t &r)
 
regarg_toperator= (const regarg_t &r)
 
void swap (regarg_t &r)
 

Public Attributes

int reg = 0
 
type_ttype = nullptr
 
char * name = nullptr
 

Detailed Description

Register argument description.

regargs are destroyed when the full function type is determined.


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