#include "typeParsers.hxx"#include "dataParsers.hxx"#include "Exception.hxx"#include "Proc.hxx"#include "Runtime.hxx"#include <sstream>#include "YacsTrace.hxx"
Go to the source code of this file.
Namespaces | |
| YACS | |
Variables | |
| YACS::ENGINE::Proc * | currentProc |
| YACS::ENGINE::Runtime * | theRuntime |
|
extern |
Definition at line 30 of file parserBase.cxx.
Referenced by YACS::objtypeParser::base(), YACS::seqtypeParser::content(), YACS::parser::logError(), YACS::structtypeParser::member(), YACS::seqtypeParser::post(), YACS::objtypeParser::post(), and YACS::structtypeParser::post().
|
extern |
Definition at line 40 of file parsers.cxx.
Referenced by YACS::objtypeParser::base(), YACS::seqtypeParser::content(), YACS::structtypeParser::member(), YACS::YACSLoader::registerProcCataLoader(), and YACS::YACSLoader::YACSLoader().