All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IdElement< T > Class Template Reference Elements for IdLists.IdElements are derived from the template parameter class T and can hence be used as such. The additional methods next() and prev() provide access to the links for the list. They may freely be used by the programmer as long as an IdElement is not member of a IdList. In this case, the IdList controls members next() and prev(). However, IdList should provide enough functionality for the user not to require any modification to these members. More...
Inheritance diagram for IdElement< T >:
![]()
Detailed Descriptiontemplate<class T>
|
IdElement | ( | const T & | old | ) |
IdElement<T>*& next | ( | ) |
returns the next element in the IdList (writeable).
Definition at line 66 of file idlist.h.
References IdElement< T >::thenext.
IdElement<T>* const& next | ( | ) | const |
returns the next element in the IdList.
Definition at line 71 of file idlist.h.
References IdElement< T >::thenext.
IdElement<T>*& prev | ( | ) |
returns the previous element in the IdList (writeable).
Definition at line 77 of file idlist.h.
References IdElement< T >::theprev.
IdElement<T>* const& prev | ( | ) | const |
returns the previous element in the IdList.
Definition at line 82 of file idlist.h.
References IdElement< T >::theprev.
|
private |
pointer to next element in the IdList
Definition at line 57 of file idlist.h.
Referenced by IdElement< T >::next().
|
private |
pointer to previous element in the IdList
Definition at line 56 of file idlist.h.
Referenced by IdElement< T >::prev().
© 2003-2013 by Zuse Institute Berlin (ZIB), Imprint | Generated on Wed Jan 9 2013 for SoPlex by doxygen |