Radare.RList – libr Reference Manual
Packages
libr
Radare
RList
RList
append
del_n
get_top
iterator
length
pop
prepend
RList
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( cname =
"RList"
, cprefix =
"r_list_"
) ]
public
class
RList
<
G
>
Namespace:
Radare
Package:
libr
Content:
Creation methods:
public
RList
()
Methods:
public
void
append
(
owned
G
foo)
public
bool
del_n
(
int
n)
public
bool
get_top
()
public
RListIter
<
G
>
iterator
()
public
int
length
()
public
unowned
G
pop
()
public
void
prepend
(
owned
G
foo)