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

#include <demangler_util.h>

Public Attributes

DemListIterhead
 
DemListItertail
 
DemListFree free
 
ut32 length
 
bool sorted
 

Detailed Description

Definition at line 73 of file demangler_util.h.

Member Data Documentation

◆ free

DemListFree dem_list_t::free

Definition at line 76 of file demangler_util.h.

Referenced by dem_list_newf().

◆ head

DemListIter* dem_list_t::head

Definition at line 74 of file demangler_util.h.

◆ length

ut32 dem_list_t::length

Definition at line 77 of file demangler_util.h.

◆ sorted

bool dem_list_t::sorted

Definition at line 78 of file demangler_util.h.

◆ tail

DemListIter* dem_list_t::tail

Definition at line 75 of file demangler_util.h.


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