|
IDA C++ SDK 9.2
|
Subsection of an argument location. More...
#include <typeinf.hpp>
Public Member Functions | |
| DEFINE_MEMORY_ALLOCATION_FUNCS () argpart_t(const argloc_t &a) | |
| Constructor. | |
| argpart_t () | |
| Constructor. | |
| argpart_t & | copy_from (const argloc_t &a) |
| bool | bad_offset () const |
| Does this argpart have a valid offset? | |
| bool | bad_size () const |
| Does this argpart have a valid size? | |
| bool | operator< (const argpart_t &r) const |
| Compare two argparts, based on their offset. | |
| void | swap (argpart_t &r) |
| Assign this = r and r = this. | |
Public Attributes | |
| ushort | off |
| offset from the beginning of the argument | |
| ushort | size |
| the number of bytes | |
Additional Inherited Members | |
| Public Types inherited from argloc_t | |
| typedef size_t | biggest_t |
Subsection of an argument location.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Does this argpart have a valid offset?
|
inline |
Does this argpart have a valid size?
Compare two argparts, based on their offset.
| ushort argpart_t::off |
offset from the beginning of the argument
| ushort argpart_t::size |
the number of bytes