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

#include <ls.h>

Public Attributes

size_t length
 
SdbListIterhead
 
SdbListItertail
 
SdbListFree free
 
SdbListComparator cmp
 
bool sorted
 

Detailed Description

Definition at line 22 of file ls.h.

Member Data Documentation

◆ cmp

SdbListComparator ls_t::cmp

Definition at line 27 of file ls.h.

◆ free

SdbListFree ls_t::free

Definition at line 26 of file ls.h.

◆ head

SdbListIter* ls_t::head

Definition at line 24 of file ls.h.

Referenced by ls_join().

◆ length

size_t ls_t::length

Definition at line 23 of file ls.h.

Referenced by ls_join().

◆ sorted

bool ls_t::sorted

Definition at line 28 of file ls.h.

Referenced by ls_join().

◆ tail

SdbListIter* ls_t::tail

Definition at line 25 of file ls.h.

Referenced by ls_join().


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