Ring
Object Hierarchy:
Description:
[ CCode ( ref_function = "dzl_ring_ref" , type_id = "dzl_ring_get_type ()" , unref_function = "dzl_ring_unref" ) ]
[ Compact ]
public class Ring
Content:
Creation methods:
Methods:
- public void @foreach (Func func)
Calls func
for every item in the Ring
starting from the most recently inserted element to the least recently inserted.
- public Ring @ref ()
Atomically increments the reference count of
this by one.
- public uint append_vals (void* data, uint len)
Appends len
values located at data
.
- public void unref ()
Atomically decrements the reference count of
this by one.
Fields: