Rizin
unix-like reverse engineering framework and cli tools
rz_type_t Struct Reference

#include <rz_type.h>

Public Attributes

RzTypeKind kind
 
union {
   struct {
      RzTypeIdentifierKind   kind
 
      char *   name
 
      bool   is_const
 
   }   identifier
 
   struct {
      RzType *   type
 
      bool   is_const
 
   }   pointer
 
   struct {
      RzType *   type
 
      ut64   count
 
   }   array
 
   RzCallable *   callable
 
}; 
 

Detailed Description

Definition at line 154 of file rz_type.h.

Member Data Documentation

◆ 

union { ... }

◆ 

struct { ... } rz_type_t::array

◆ callable

◆ count

ut64 rz_type_t::count

Definition at line 168 of file rz_type.h.

◆ 

◆ is_const

bool rz_type_t::is_const

Definition at line 160 of file rz_type.h.

◆ kind [1/2]

◆ kind [2/2]

RzTypeIdentifierKind rz_type_t::kind

Definition at line 158 of file rz_type.h.

◆ name

◆ 

struct { ... } rz_type_t::pointer

◆ type


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