SL_LIST_CLASS_NAME
inline void MoveFrom(SL_LIST_CLASS_NAME *fromList);
SL_LIST_CLASS_NAME::Insert(Element *element, bool back)
SL_LIST_CLASS_NAME::InsertAfter(Element *previous, Element *element)
SL_LIST_CLASS_NAME::Remove(Element *element)
SL_LIST_CLASS_NAME::MoveFrom(SL_LIST_CLASS_NAME *fromList)
SL_LIST_CLASS_NAME::RemoveAll()
SL_LIST_CLASS_NAME::GetNext(Element *element) const
SL_LIST_CLASS_NAME::_Remove(Element *previous, Element *element)
SL_LIST_CLASS_NAME::Size() const