gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
Defines a lug in a linked list The concept is simple, this Lug points to a next or previous Lug. You can ask for the next or prev. If the constructor is called with the old lug, it is linked as the prvious. More...
#include <LinkList.H>
Public Member Functions | |
Lug (void) | |
This is for the first element - links to itself. More... | |
Lug (Lug< TYPE > *oldOne) | |
Links to previous element and next element. More... | |
Lug * | getNext (void) |
Return a pointer to the next element. More... | |
Lug * | getPrev (void) |
Return a pointer to the previous element. More... | |
Public Attributes | |
Lug< TYPE > * | next |
Links to the next and prev elements in the list. More... | |
Lug< TYPE > * | prev |
TYPE | ptr |
Defines a lug in a linked list The concept is simple, this Lug points to a next or previous Lug. You can ask for the next or prev. If the constructor is called with the old lug, it is linked as the prvious.
TYPE | is the class or vairable type maintained by the linked list. |
Definition at line 33 of file LinkList.H.
This is for the first element - links to itself.
Definition at line 45 of file LinkList.H.
Links to previous element and next element.
Definition at line 53 of file LinkList.H.
Return a pointer to the next element.
Definition at line 67 of file LinkList.H.
Return a pointer to the previous element.
Definition at line 76 of file LinkList.H.
Links to the next and prev elements in the list.
Definition at line 40 of file LinkList.H.
Definition at line 40 of file LinkList.H.
TYPE Lug< TYPE >::ptr |
Definition at line 42 of file LinkList.H.
GTK+ IOStream
Beta
|