GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
LinkList.H File Reference
#include <sys/types.h>
#include <iostream>
Include dependency graph for LinkList.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Lug< TYPE >
 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...
 
class  LinkList< TYPE >