#include <list.h>
Public Member Functions | |
T * | next () const |
Private Attributes | |
T * | _next |
Friends | |
class | List1 |
Definition at line 41 of file list.h.
T* mongo::List1< T >::Base::next | ( | ) | const [inline] |
T* mongo::List1< T >::Base::_next [private] |