Public Member Functions

ListEntry< T > Class Template Reference

-*- Mode: C++ -*- PCI bus handling More...

#include <nubus.h>

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
class ListEntry< T >

-*- Mode: C++ -*- PCI bus handling

Copyright (C) 2010, Julian Stecklina <jsteckli@os.inf.tu-dresden.de> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.


Constructor & Destructor Documentation

template<class T>
ListEntry< T >::ListEntry (  )  [inline, explicit]

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]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines