Parser.h File Reference
#include "base/RefCount.h"
#include <list>
Include dependency graph for Parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ESIParserClient
 
class  ESIParser
 
class  ESIParser::Register
 

Macros

#define EsiParserDefinition(ThisClass)
 
#define EsiParserDeclaration    static ESIParser::Pointer NewParser(ESIParserClient *aClient)
 

Macro Definition Documentation

◆ EsiParserDeclaration

#define EsiParserDeclaration    static ESIParser::Pointer NewParser(ESIParserClient *aClient)

Definition at line 70 of file Parser.h.

◆ EsiParserDefinition

#define EsiParserDefinition (   ThisClass)
Value:
ESIParser::Pointer ThisClass::NewParser(ESIParserClient *aClient) \
{ \
return new ThisClass (aClient); \
}

Definition at line 64 of file Parser.h.

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors