#include <loopParsers.hxx>


Public Member Functions | |
| virtual void | buildAttr (const XML_Char **attr) |
| virtual void | pre () |
| virtual void | name (const std::string &name) |
| virtual void | nbranch (const int &n) |
| virtual void | weight (const double &x) |
| virtual void | datatype (const std::string &type) |
| virtual void | postAttr () |
| virtual T | post () |
Public Member Functions inherited from YACS::dynparalooptypeParser< T > | |
| virtual void | onStart (const XML_Char *el, const XML_Char **attr) |
| virtual void | onEnd (const char *el, parser *child) |
| virtual void | initnode (PseudoComposedNode *const &n) |
| virtual void | finalizenode (PseudoComposedNode *const &n) |
Public Member Functions inherited from YACS::looptypeParser< T > | |
| virtual void | state (const std::string &name) |
| virtual void | property (const myprop &prop) |
| virtual void | inline_ (ENGINE::InlineNode *const &n) |
| virtual void | sinline (ENGINE::ServiceInlineNode *const &n) |
| virtual void | service (ENGINE::ServiceNode *const &n) |
| virtual void | server (ENGINE::ServerNode *const &n) |
| virtual void | remote (ENGINE::InlineNode *const &n) |
| virtual void | node (ENGINE::InlineNode *const &n) |
| virtual void | forloop (ENGINE::ForLoop *const &b) |
| virtual void | foreach (ENGINE::ForEachLoopGen *const &b) |
| virtual void | optimizer (ENGINE::OptimizerLoop *const &b) |
| virtual void | while_ (ENGINE::WhileLoop *const &b) |
| virtual void | switch_ (ENGINE::Switch *const &b) |
| virtual void | bloc (ENGINE::Bloc *const &b) |
| virtual void | datalink (const mylink &l) |
Public Member Functions inherited from YACS::parser | |
| parser () | |
| virtual | ~parser () |
| virtual void | SetUserDataAndPush (parser *pp) |
| virtual void | charData (const XML_Char *s, int len) |
| virtual void | endParser () |
| virtual void | init () |
| virtual void | incrCount (const XML_Char *elem) |
| virtual void | checkOrder (std::string &el) |
| virtual void | maxcount (std::string name, int max, std::string &el) |
| virtual void | mincount (std::string name, int min) |
| virtual void | maxchoice (std::string *names, int max, std::string &el) |
| virtual void | minchoice (std::string *names, int min) |
| virtual void | required (const std::string &name, const XML_Char **attr) |
| std::stack< parser * > & | getStack () |
| template<class T > | |
| T | post () |
| void | logError (const std::string &reason) |
Public Attributes | |
| int | _nbranch |
| double | _weight |
| std::string | _fullname |
| std::string | _name |
| std::string | _datatype |
Public Attributes inherited from YACS::looptypeParser< T > | |
| std::string | _state |
| T | _cnode |
| std::vector< T > | _cnodes |
Public Attributes inherited from YACS::parser | |
| std::string | _file |
| std::string | _content |
| std::map< std::string, int > * | _counts |
| std::map< std::string, int > | _orders |
| int | _orderState |
| int | _level |
| std::stack< std::map< std::string, int > * > | _stackCount |
| std::stack< int > | _stackOrder |
| std::map< std::string, parser * > * | _defaultParsersMap |
Static Public Attributes | |
| static foreachlooptypeParser< T > | foreachloopParser |
Static Public Attributes inherited from YACS::parser | |
| static parser | main_parser |
| static std::stack< parser * > | _stackParser |
Additional Inherited Members | |
Static Public Member Functions inherited from YACS::parser | |
| static void XMLCALL | start_document (void *data) |
| static void XMLCALL | end_document (void *data) |
| static void XMLCALL | start_element (void *data, const xmlChar *name, const xmlChar **p) |
| static void XMLCALL | end_element (void *data, const xmlChar *name) |
| static void XMLCALL | characters (void *data, const xmlChar *ch, int len) |
| static void XMLCALL | comment (void *data, const xmlChar *value) |
| static void XMLCALL | cdata_block (void *data, const xmlChar *value, int len) |
| static void XMLCALL | warning (void *data, const char *fmt,...) |
| static void XMLCALL | error (void *data, const char *fmt,...) |
| static void XMLCALL | fatal_error (void *data, const char *fmt,...) |
| static void | XML_SetUserData (_xmlParserCtxt *ctxt, parser *par) |
Definition at line 506 of file loopParsers.hxx.
|
inlinevirtual |
Reimplemented from YACS::looptypeParser< T >.
Definition at line 510 of file loopParsers.hxx.
References YACS::foreachlooptypeParser< T >::datatype(), yacsorb.CORBAEngineTest::i, YACS::foreachlooptypeParser< T >::name(), YACS::foreachlooptypeParser< T >::nbranch(), YACS::foreachlooptypeParser< T >::postAttr(), YACS::parser::required(), YACS::looptypeParser< T >::state(), and YACS::foreachlooptypeParser< T >::weight().
|
inlinevirtual |
Definition at line 548 of file loopParsers.hxx.
References YACS::foreachlooptypeParser< T >::_datatype, and DEBTRACE.
Referenced by YACS::foreachlooptypeParser< T >::buildAttr().
|
inlinevirtual |
Reimplemented from YACS::looptypeParser< T >.
Definition at line 532 of file loopParsers.hxx.
References YACS::foreachlooptypeParser< T >::_fullname, YACS::foreachlooptypeParser< T >::_name, currentProc, DEBTRACE, and YACS::ENGINE::Proc::names.
Referenced by YACS::foreachlooptypeParser< T >::buildAttr().
|
inlinevirtual |
Definition at line 538 of file loopParsers.hxx.
References YACS::foreachlooptypeParser< T >::_nbranch, DEBTRACE, and gui.Appli::n.
Referenced by YACS::foreachlooptypeParser< T >::buildAttr().
|
inlinevirtual |
Definition at line 578 of file loopParsers.hxx.
References YACS::looptypeParser< T >::_cnode, YACS::looptypeParser< T >::_cnodes, gui.CONNECTOR::b, currentProc, DEBTRACE, and YACS::ENGINE::Proc::names.
|
inlinevirtual |
Definition at line 553 of file loopParsers.hxx.
References YACS::looptypeParser< T >::_cnode, YACS::looptypeParser< T >::_cnodes, YACS::foreachlooptypeParser< T >::_datatype, YACS::foreachlooptypeParser< T >::_fullname, YACS::foreachlooptypeParser< T >::_name, YACS::foreachlooptypeParser< T >::_nbranch, YACS::foreachlooptypeParser< T >::_weight, currentProc, YACS::ENGINE::Runtime::getTypeCode(), YACS::ENGINE::Proc::names, gui.Appli::t, theRuntime, and YACS::ENGINE::Proc::typeMap.
Referenced by YACS::foreachlooptypeParser< T >::buildAttr().
|
inlinevirtual |
Reimplemented from YACS::looptypeParser< T >.
Definition at line 526 of file loopParsers.hxx.
References YACS::foreachlooptypeParser< T >::_nbranch, YACS::foreachlooptypeParser< T >::_weight, and YACS::looptypeParser< T >::pre().
|
inlinevirtual |
Definition at line 543 of file loopParsers.hxx.
References YACS::foreachlooptypeParser< T >::_weight, and DEBTRACE.
Referenced by YACS::foreachlooptypeParser< T >::buildAttr().
| std::string YACS::foreachlooptypeParser< T >::_datatype |
Definition at line 591 of file loopParsers.hxx.
Referenced by YACS::foreachlooptypeParser< T >::datatype(), and YACS::foreachlooptypeParser< T >::postAttr().
| std::string YACS::foreachlooptypeParser< T >::_fullname |
Definition at line 589 of file loopParsers.hxx.
Referenced by YACS::foreachlooptypeParser< T >::name(), and YACS::foreachlooptypeParser< T >::postAttr().
| std::string YACS::foreachlooptypeParser< T >::_name |
Definition at line 590 of file loopParsers.hxx.
Referenced by YACS::foreachlooptypeParser< T >::name(), and YACS::foreachlooptypeParser< T >::postAttr().
| int YACS::foreachlooptypeParser< T >::_nbranch |
Definition at line 587 of file loopParsers.hxx.
Referenced by YACS::foreachlooptypeParser< T >::nbranch(), YACS::foreachlooptypeParser< T >::postAttr(), and YACS::foreachlooptypeParser< T >::pre().
| double YACS::foreachlooptypeParser< T >::_weight |
Definition at line 588 of file loopParsers.hxx.
Referenced by YACS::foreachlooptypeParser< T >::postAttr(), YACS::foreachlooptypeParser< T >::pre(), and YACS::foreachlooptypeParser< T >::weight().
|
static |
Definition at line 508 of file loopParsers.hxx.