VideoTools
|
#include "gdef.h"
#include "gnet.h"
#include "gdatetime.h"
#include "gdescriptor.h"
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | GNet::EventExceptionHandler |
An abstract interface for handling exceptions thrown out of event-loop callbacks (socket events and timer events). More... | |
class | GNet::EventHandler |
A base class for classes that handle asynchronous events from the event loop. More... | |
class | GNet::EventHandlerList |
A class that maps from a file descriptor to an event handler, used in the implemention of classes derived from GNet::EventLoop. More... | |
struct | GNet::EventHandlerList::Iterator |
An iterator for file-descriptor/handler-function pairs in a GNet::EventHandlerList. More... | |
Namespaces | |
GNet | |
Network classes. | |