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