GME  13
Functions | Variables
MgaParser.cpp File Reference

Go to the source code of this file.

Functions

template<typename F >
static void fire (const std::tstring &namestr, CMgaParser::elementfunc elementfuncs[], F &f)
static void fireStart (CMgaParser *that, const std::tstring &namestr, const CMgaParser::attributes_type &attributes, CMgaParser::elementfunc elementfuncs[])
static void fireEnd (CMgaParser *that, const std::tstring &namestr, CMgaParser::elementfunc elementfuncs[])

Variables

const TCHAR * magic_exit_str = _T("Analysis done.Quit parsing.")
TCHAR progress_msg [512]

Function Documentation

template<typename F >
static void fire ( const std::tstring namestr,
CMgaParser::elementfunc  elementfuncs[],
F &  f 
) [static]

Definition at line 694 of file MgaParser.cpp.

static void fireEnd ( CMgaParser that,
const std::tstring namestr,
CMgaParser::elementfunc  elementfuncs[] 
) [static]

Definition at line 713 of file MgaParser.cpp.

static void fireStart ( CMgaParser that,
const std::tstring namestr,
const CMgaParser::attributes_type attributes,
CMgaParser::elementfunc  elementfuncs[] 
) [static]

Definition at line 707 of file MgaParser.cpp.


Variable Documentation

const TCHAR* magic_exit_str = _T("Analysis done.Quit parsing.")

Definition at line 14 of file MgaParser.cpp.

TCHAR progress_msg[512]

Definition at line 482 of file MgaParser.cpp.