IDA C++ SDK 9.2
Loading...
Searching...
No Matches
value_union_t Union Reference

This union is used to pass byte values to various helper functions. More...

#include <ua.hpp>

Classes

struct  d128_t
struct  dq_t
struct  dt_t

Public Attributes

uint8 v_char
uint16 v_short
uint32 v_long
uint64 v_int64
uval_t v_uval
struct value_union_t::dq_t _dq
struct value_union_t::dt_t dt
struct value_union_t::d128_t d128
uint8 byte16 [16]

Detailed Description

This union is used to pass byte values to various helper functions.

Member Data Documentation

◆ v_char

uint8 value_union_t::v_char

◆ v_short

uint16 value_union_t::v_short

◆ v_long

uint32 value_union_t::v_long

◆ v_int64

uint64 value_union_t::v_int64

◆ v_uval

uval_t value_union_t::v_uval

◆ _dq

struct value_union_t::dq_t value_union_t::_dq

◆ dt

struct value_union_t::dt_t value_union_t::dt

◆ d128

struct value_union_t::d128_t value_union_t::d128

◆ byte16

uint8 value_union_t::byte16[16]

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