#include <stdio.h>
#include <vector>
#include "parseelt.h"
#include "parsehandler-preparse.h"
Include dependency graph for parseelt.cc:
Go to the source code of this file.
Defines | |
#define | CALL0(method) |
#define | CALL1(method, arg) |
#define | CALL2(method, arg1, arg2) |
#define | CALL4(method, arg1, arg2, arg3, arg4) |
Functions | |
string | IntToString (int i, const char *format) |
|
|
Value: for ( vector<ParseHandler*>::iterator cur_ph = ph->begin(); \ cur_ph != ph->end(); ++cur_ph ) \ (*cur_ph)->method(arg); Definition at line 31 of file parseelt.cc. Referenced by ParseElt::Process_Document(), ParseElt::Process_Heading(), and ParseElt::Process_ResponseCode(). |
|
|
Value: for ( vector<ParseHandler*>::iterator cur_ph = ph->begin(); \ cur_ph != ph->end(); ++cur_ph ) \ (*cur_ph)->method(arg1,arg2,arg3,arg4); Definition at line 43 of file parseelt.cc. Referenced by ParseElt::Process_Header(), and ParseElt::Process_TermOrPunct(). |
|
Definition at line 48 of file parseelt.cc. Referenced by ParseElt::Process_Document(). |