NOVA User-Level Environment  Version testbox/changed-memory-timing-317-g320d8b5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ListEntry< T > Class Template Reference

#include <nubus.h>

Public Member Functions

T * prev () const
T * next () const
T * first ()
T * last ()
void append (T *i)
 ListEntry ()

Private Attributes

T * _prev
T * _next

Constructor & Destructor Documentation

template<class T>
ListEntry< T >::ListEntry ( )
inlineexplicit

Member Function Documentation

template<class T>
void ListEntry< T >::append ( T *  i)
inline
template<class T>
T* ListEntry< T >::first ( )
inline
template<class T>
T* ListEntry< T >::last ( )
inline
template<class T>
T* ListEntry< T >::next ( ) const
inline
template<class T>
T* ListEntry< T >::prev ( ) const
inline

Member Data Documentation

template<class T>
T* ListEntry< T >::_next
private
template<class T>
T* ListEntry< T >::_prev
private

The documentation for this class was generated from the following file: