#include <List.h>
Inheritance diagram for TypedList:
Public Members | |||
![]() | ![]() | T& | Head () |
![]() | ![]() | TypedList<T>& | Tail () |
Definition at line 71 of file List.h.
template<class T> T & TypedList<T>::Head () [inline]
|
template<class T> TypedList<T>& TypedList<T>::Tail<T> () [inline]
|