#include "parserBase.hxx"#include "Bloc.hxx"#include "Proc.hxx"#include "Logger.hxx"#include "Exception.hxx"#include "InlineNode.hxx"#include "ServiceNode.hxx"#include "ServiceInlineNode.hxx"#include "OutputDataStreamPort.hxx"#include "InputDataStreamPort.hxx"#include "ForLoop.hxx"#include "WhileLoop.hxx"#include "Switch.hxx"#include "ForEachLoop.hxx"#include "OptimizerLoop.hxx"#include <vector>#include <string>#include <sstream>#include "blocParsers.hxx"#include "switchParsers.hxx"

Go to the source code of this file.
Classes | |
| struct | YACS::looptypeParser< T > |
| struct | YACS::whilelooptypeParser< T > |
| struct | YACS::forlooptypeParser< T > |
| class | YACS::PseudoComposedNode |
| struct | YACS::pseudocomposednodetypeParser< T > |
| struct | YACS::dynparalooptypeParser< T > |
| struct | YACS::foreachlooptypeParser< T > |
| struct | YACS::optimizerlooptypeParser< T > |
Namespaces | |
| YACS | |
Functions | |
| template<class T > | |
| T | YACS::buildFrom (ENGINE::Runtime *theRuntime, const std::string &name, ENGINE::TypeCode *type) |
| template<> | |
| ENGINE::ForEachLoop * | YACS::buildFrom< ENGINE::ForEachLoop * > (ENGINE::Runtime *theRuntime, const std::string &name, ENGINE::TypeCode *type) |
| template<> | |
| ENGINE::ForEachLoopDyn * | YACS::buildFrom< ENGINE::ForEachLoopDyn * > (ENGINE::Runtime *theRuntime, const std::string &name, ENGINE::TypeCode *type) |
Variables | |
| static std::string | YACS::t3 [] ={"inline","sinline","service","server", "remote", "node","forloop","foreach","optimizer","while","switch","bloc",""} |