GME
13
|
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] |
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.
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.