SOUNDIO_LIST

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

add_one
int add_one()
Undocumented in source. Be warned that the author may not have intended to support it.
append
int append(Type item)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
deinit
void deinit()
Undocumented in source. Be warned that the author may not have intended to support it.
ensure_capacity
int ensure_capacity(int new_capacity)
Undocumented in source. Be warned that the author may not have intended to support it.
last_ptr
Type* last_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
last_val
Type last_val()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
Type pop()
Undocumented in source. Be warned that the author may not have intended to support it.
ptr_at
Type* ptr_at(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
int resize(int new_length)
Undocumented in source. Be warned that the author may not have intended to support it.
swap_remove
Type swap_remove(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
val_at
Type val_at(int index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

capacity
int capacity;
Undocumented in source.
items
Type* items;
Undocumented in source.
length
int length;
Undocumented in source.

Meta