#include "weiBase.h"
#include "weStrings.h"
#include "weHtmlEntity.h"
#include "weiTransport.h"
Go to the source code of this file.
Classes | |
class | WeHtmlFactory |
The WeHtmlEntity creator. More... | |
class | WeTransportFactory |
The iweTransport creator. More... | |
class | WeError |
Class for exception processing. More... | |
Typedefs | |
typedef WeHtmlEntity *(* | EntityFactory )(iweEntity *prnt) |
typedef iweTransport *(* | TransportFactory )() |
Functions | |
void | WeLibInit (void) |
WebEngine library initialize. | |
void | WeLibClose (void) |
WebEngine library finalization. | |
Variables | |
WeHtmlFactory | weHtmlFactory |
WeTransportFactory | weTransportFactory |
This file contains helper object to parse input data and create weHtmlEntity objects properly. Library initialisation routines also presented in this module.
Definition in file weHelper.h.
typedef WeHtmlEntity*(* EntityFactory)(iweEntity *prnt) |
Definition at line 40 of file weHelper.h.
typedef iweTransport*(* TransportFactory)() |
Definition at line 41 of file weHelper.h.
void WeLibClose | ( | void | ) |
void WeLibInit | ( | void | ) |
WebEngine library initialize.
WeError | if cURL library doesn't initialized |
Definition at line 42 of file weHelper.cpp.
Definition at line 32 of file weHelper.cpp.
Definition at line 33 of file weHelper.cpp.
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|