Rizin
unix-like reverse engineering framework and cli tools
rz_list.h File Reference
#include <rz_types.h>
#include <ht_pp.h>

Go to the source code of this file.

Classes

struct  rz_list_iter_t
 
struct  rz_list_t
 
struct  rz_list_range_t
 

Typedefs

typedef void(* RzListFree) (void *ptr)
 
typedef struct rz_list_iter_t RzListIter
 
typedef struct rz_list_t RzList
 
typedef struct rz_list_range_t RzListRange
 
typedef int(* RzListComparator) (const void *value, const void *list_data)
 

Typedef Documentation

◆ RzList

typedef struct rz_list_t RzList

◆ RzListComparator

typedef int(* RzListComparator) (const void *value, const void *list_data)

Definition at line 33 of file rz_list.h.

◆ RzListFree

typedef void(* RzListFree) (void *ptr)

Definition at line 11 of file rz_list.h.

◆ RzListIter

typedef struct rz_list_iter_t RzListIter

◆ RzListRange

typedef struct rz_list_range_t RzListRange