#include "GDom.h"
Go to the source code of this file.
Classes | |
class | GStream |
Virtual base class for a data source or sink. More... | |
class | GStreamEnd |
Defines an API for terminating a stream. More... | |
class | GLinePrefix |
Stateful parser that matches the start of lines to the 'prefix'. More... | |
class | GEndOfLine |
Read a line. More... | |
class | GStreamer |
Generic streaming operator. More... | |
class | GPullStreamer |
API to reads from source. More... | |
class | GPushStreamer |
API to writes to a destination. More... | |
class | GCopyStreamer |
API to read from source and then write to a destination. More... | |
class | GMemStream |
In memory stream for storing sub-streams or memory blocks. More... | |
class | GProxyStream |
class | GTempStream |
Functions | |
LgiFunc int | GStreamPrint (GStreamI *s, const char *fmt,...) |
Stream printf. |