class
UList
(Return to index)
Type:
Instantiable
Derived Classes
Include file:
Unidraw/ulist.h
Public:
void
Append
(
UList
*)
void
Delete
(void*)
UList
*
End
()
UList
*
Find
(void*)
UList
*
First
()
boolean
IsEmpty
()
UList
*
Last
()
UList
*
Next
()
void
Prepend
(
UList
*)
UList
*
Prev
()
void
Remove
(
UList
*)
UList
(void* = nil)
void*
operator()
()
UList
*
operator[]
(int count)
virtual
~UList
()
Protected:
UList
*
_next
void*
_object
UList
*
_prev
(more documentation)