#include "LgiInc.h"
#include "LgiOsDefs.h"
#include "GStream.h"
Go to the source code of this file.
Classes | |
class | DLinkIterator |
Linked list type interator for void pointers. More... | |
class | List< Type > |
Template for using DLinkList with a type safe API. More... | |
class | GBytePipe |
Data storage class. More... | |
struct | GBytePipe::Block |
class | GStringPipe |
A version of GBytePipe for strings. Adds some special handling for strings. More... | |
Typedefs | |
typedef int(* | ListSortFunc )(void *, void *, int) |
General linked list type class that stores void pointers. |